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 78fe063 commit 68c3356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
name: digests-${{ runner.arch }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -83,7 +83,7 @@ jobs:
name: Download digests
uses: actions/[email protected]
with:
name: digests-${{ runner.arch }}
name: digests
path: /tmp/digests
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 68c3356

Please sign in to comment.