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 8e90268 commit 081b68cCopy full SHA for 081b68c
.github/workflows/build.yml
@@ -251,7 +251,7 @@ jobs:
251
tar -Jcf ../llvm-mingw-linux.tar.xz --format=ustar --numeric-owner --owner=0 --group=0 --sort=name --mtime="$BUILD_DATE" llvm-mingw
252
- uses: actions/upload-artifact@v4
253
with:
254
- name: linux-asserts-toolchain
+ name: linux-asserts-x86_64-toolchain
255
path: |
256
llvm-mingw-linux.tar.xz
257
retention-days: 7
@@ -710,7 +710,7 @@ jobs:
710
steps:
711
- uses: actions/download-artifact@v4
712
713
714
- name: Unpack cross toolchain
715
run: |
716
tar -Jxf llvm-mingw-*.tar.xz
0 commit comments