Skip to content

Commit

Permalink
chore: Update artifact file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
keke125 committed Sep 19, 2024
1 parent 347d73f commit 873c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ matrix.platform#linux/ }}
name: digests-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 873c136

Please sign in to comment.