Skip to content

Commit

Permalink
Try to use an unique name per upload
Browse files Browse the repository at this point in the history
`upload-artifact` v4 doesn't support multiple artifacts with the
same name.

Ref: actions/upload-artifact#480
  • Loading branch information
y-yagi committed Nov 21, 2024
1 parent 2e748d1 commit 2d00d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cross-gem
name: cross-gem-${{ matrix.ruby-platform }}
path: ${{ steps.cross-gem.outputs.gem-path }}

0 comments on commit 2d00d66

Please sign in to comment.