Skip to content

Commit 7b9f9a6

Browse files
authored
Merge pull request #739 from onekey-sec/fix-docker-build
fix(ci): use unique artifacts names
2 parents 2853355 + 95fa5a5 commit 7b9f9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Upload digest
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: digests
97+
name: ${{ matrix.platform }}-digests
9898
path: /tmp/digests/*
9999
if-no-files-found: error
100100
retention-days: 1

0 commit comments

Comments
 (0)