Skip to content

Commit 081b68c

Browse files
committed
github: Include the architecture in the linux-asserts artifact name
This should make it clearer what it is.
1 parent 8e90268 commit 081b68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
tar -Jcf ../llvm-mingw-linux.tar.xz --format=ustar --numeric-owner --owner=0 --group=0 --sort=name --mtime="$BUILD_DATE" llvm-mingw
252252
- uses: actions/upload-artifact@v4
253253
with:
254-
name: linux-asserts-toolchain
254+
name: linux-asserts-x86_64-toolchain
255255
path: |
256256
llvm-mingw-linux.tar.xz
257257
retention-days: 7
@@ -710,7 +710,7 @@ jobs:
710710
steps:
711711
- uses: actions/download-artifact@v4
712712
with:
713-
name: linux-asserts-toolchain
713+
name: linux-asserts-x86_64-toolchain
714714
- name: Unpack cross toolchain
715715
run: |
716716
tar -Jxf llvm-mingw-*.tar.xz

0 commit comments

Comments
 (0)