Skip to content

Commit

Permalink
github: Don't upload the msys2 artifacts along with the release
Browse files Browse the repository at this point in the history
They weren't intended to be part of the artifacts as part of the
release; the artifacts were added just for testing purposes.
  • Loading branch information
mstorsjo committed Mar 8, 2024
1 parent 5bf2c94 commit 46884dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ jobs:
- name: Rearrange files
run: |
rm -rf linux-asserts*
rm -rf msys2*
mv *-toolchain/*.zip *-toolchain/*.tar.xz .
- name: Upload binaries
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Rearrange files
run: |
rm -rf linux-asserts*
rm -rf msys2*
mv *-toolchain/*.zip *-toolchain/*.tar.xz .
- name: Set environment
run: |
Expand Down

0 comments on commit 46884dc

Please sign in to comment.