Skip to content

Commit 46884dc

Browse files
committed
github: Don't upload the msys2 artifacts along with the release
They weren't intended to be part of the artifacts as part of the release; the artifacts were added just for testing purposes.
1 parent 5bf2c94 commit 46884dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ jobs:
674674
- name: Rearrange files
675675
run: |
676676
rm -rf linux-asserts*
677+
rm -rf msys2*
677678
mv *-toolchain/*.zip *-toolchain/*.tar.xz .
678679
- name: Upload binaries
679680
env:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Rearrange files
4949
run: |
5050
rm -rf linux-asserts*
51+
rm -rf msys2*
5152
mv *-toolchain/*.zip *-toolchain/*.tar.xz .
5253
- name: Set environment
5354
run: |

0 commit comments

Comments
 (0)