Skip to content

Commit 158dc35

Browse files
committed
better
1 parent 8081cb4 commit 158dc35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_bootstrap_images_aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: env.HAS_IMAGE == 'TRUE'
144144
uses: actions/upload-artifact@v4
145145
with:
146-
name: ARTIFACTS
146+
name: "ARTIFACTS-${{ matrix.image }}_${{ matrix.arch }}"
147147
path: |
148148
${{ matrix.file }}
149149
compression-level: 0 #no compression, [Default: 6 (GNU Gzip)]

.github/workflows/build_bootstrap_images_x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: env.HAS_IMAGE == 'TRUE'
143143
uses: actions/upload-artifact@v4
144144
with:
145-
name: ARTIFACTS
145+
name: "ARTIFACTS-${{ matrix.image }}_${{ matrix.arch }}"
146146
path: |
147147
${{ matrix.file }}
148148
compression-level: 0 #no compression, [Default: 6 (GNU Gzip)]

0 commit comments

Comments
 (0)