Skip to content

Commit

Permalink
fix(ci): unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Sep 16, 2024
1 parent 28e72c9 commit 1187084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.target }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 1187084

Please sign in to comment.