We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525489a commit 1ab52baCopy full SHA for 1ab52ba
.github/workflows/build.yml
@@ -579,7 +579,8 @@ jobs:
579
uses: actions/download-artifact@v3
580
- name: Rearrange files
581
run: |
582
- mv windows-*-toolchain/*.zip linux-toolchain/*.tar.xz macos-toolchain/*.tar.xz .
+ rm -rf linux-asserts*
583
+ mv *-toolchain/*.zip *-toolchain/*.tar.xz .
584
- name: Upload binaries
585
env:
586
GITHUB_TOKEN: ${{github.token}}
.github/workflows/upload-artifacts.yml
@@ -28,7 +28,8 @@ jobs:
28
commit: ${{inputs.commit}}
29
30
31
32
33
34
35
0 commit comments