Skip to content

Commit

Permalink
Merge pull request #135 from mgfritch/upload-build-artifacts
Browse files Browse the repository at this point in the history
Use unique artifact names
  • Loading branch information
mgfritch authored Dec 11, 2024
2 parents 13ec153 + f2d0721 commit 29a9691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload metadata files
uses: actions/upload-artifact@v4
with:
name: metadata-files
name: metadata-amd64
path: ${{ env.BUILDDIR}}
if-no-files-found: error
retention-days: 1
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Upload metadata files
uses: actions/upload-artifact@v4
with:
name: metadata-files
name: metadata-arm64
path: ${{ env.BUILDDIR}}
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 29a9691

Please sign in to comment.