Skip to content

Commit 1302341

Browse files
committed
uniq artifact names
1 parent 97c8059 commit 1302341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Upload digest
9191
uses: actions/upload-artifact@v4
9292
with:
93-
name: digests-${{ env.PLATFORM_PAIR }}
93+
name: digests-buildbox-${{ env.PLATFORM_PAIR }}
9494
path: /tmp/digests/*
9595
if-no-files-found: error
9696
retention-days: 1
@@ -167,7 +167,7 @@ jobs:
167167
- name: Upload digest
168168
uses: actions/upload-artifact@v4
169169
with:
170-
name: digests-${{ env.PLATFORM_PAIR }}
170+
name: digests-ubuntu-${{ matrix.distro }}-${{ env.PLATFORM_PAIR }}
171171
path: /tmp/digests/*
172172
if-no-files-found: error
173173
retention-days: 1
@@ -243,7 +243,7 @@ jobs:
243243
- name: Upload digest
244244
uses: actions/upload-artifact@v4
245245
with:
246-
name: digests-${{ env.PLATFORM_PAIR }}
246+
name: digests-debian-${{ matrix.distro }}-${{ env.PLATFORM_PAIR }}
247247
path: /tmp/digests/*
248248
if-no-files-found: error
249249
retention-days: 1

0 commit comments

Comments
 (0)