Skip to content

Commit

Permalink
Download manually xd
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma63 authored Jul 3, 2024
1 parent bbc2a1c commit 523318c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,3 @@ jobs:
with:
name: x86_64-elf-tools
path: ${{ github.workspace }}/build-x86_64-elf/*.zip

release:
runs-on: ubuntu-latest
needs: [i686, x86_64]

steps:
- uses: actions/download-artifact@v4.1.7

- name: release
uses: softprops/action-gh-release@v2.0.6
with:
name: GCC ${{ inputs.gcc_version }}
tag_name: ${{ inputs.gcc_version }}
draft: true
files: '**/*.zip'
body: |
i686/x86_64-elf Win32/Linux binaries
-GCC ${{ inputs.gcc_version }}
-Binutils ${{ inputs.binutils_version }}
-GDB ${{ inputs.gdb_version }}
* 🤖This modern version of elf-tools has automatically been built by GitHub Actions
* ⚠️It is completely untested, and merely provided for your convenience in the event that you would prefer to use a modern version of the toolchain
* 🚀Having said all this, the [original release](https://github.com/lordmilko/i686-elf-tools/releases/tag/7.1.0) of the toolchain has been thoroughly tested, and is generally recommended unless you specifically know that you need to use a newer version

0 comments on commit 523318c

Please sign in to comment.