Skip to content

Commit

Permalink
ci: release: Update toolchain archive names
Browse files Browse the repository at this point in the history
Toolchain archives now contain `gnu` or `llvm` in their name, depending
on the type of toolchain.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Nov 6, 2024
1 parent ad77af1 commit 76ff26a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,22 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
assets/toolchain_linux*
assets/toolchain_gnu_linux*
assets/toolchain_llvm_linux*
- name: Upload release assets (macOS toolchains)
uses: softprops/action-gh-release@v2
with:
files: |
assets/toolchain_macos*
assets/toolchain_gnu_macos*
assets/toolchain_llvm_macos*
- name: Upload release assets (Windows toolchains)
uses: softprops/action-gh-release@v2
with:
files: |
assets/toolchain_windows*
assets/toolchain_gnu_windows*
assets/toolchain_llvm_windows*
- name: Upload release assets (Distribution bundles)
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 76ff26a

Please sign in to comment.