From 229e3b42819bbe01a0630f44762acc237de38666 Mon Sep 17 00:00:00 2001 From: Aren Elchinyan Date: Sun, 29 Oct 2023 16:14:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0=20=D1=81=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=D0=BA=D0=B8=20=D0=B1=D0=B8=D0=BD=D0=B0=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.yml | 50 --------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index 5b3e3e2..0000000 --- a/.github/release.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: Release Build - -on: - workflow_dispatch: - branches-ignore: [ "pages" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: 3.x - - - name: Configure Git user - run: | - git config --global user.email "github@github.com" - git config --global user.name "Build bot" - - - name: install depends - run: sudo apt install clang-format python3 git gdisk gcc g++ xorriso make mtools curl dos2unix - - - name: install limine - run: | - git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1 - - - name: build - run: | - dos2unix *.sh - chmod +x build.sh - ./build.sh - - - name: Add and commit files - uses: EndBug/add-and-commit@v9 - with: - add: 'x86_64-kernel.elf x86_64-mseos.hdd' - author_name: Bot - author_email: bot@example.com - commit: --signoff - message: Update - new_branch: binary - pathspec_error_handling: ignore - push: true - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file