Skip to content

Commit 0d59f0f

Browse files
committed
github: Skip the stage1 artifacts when making a release
The linux stage1 artifacts were uploaded, while the macos ones weren't (as they didn't match the *-toolchain glob pattern).
1 parent 056dd73 commit 0d59f0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: |
4747
rm -rf linux-asserts*
4848
rm -rf msys2*
49+
rm -rf linux-stage1-*
50+
rm -rf macos-llvm*
4951
mv *-toolchain/*.zip *-toolchain/*.tar.xz .
5052
- name: Set environment
5153
run: |

0 commit comments

Comments
 (0)