Skip to content

Commit

Permalink
fix: make unique artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jan 28, 2024
1 parent 8198488 commit 1f4dfbc
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 @@ -73,7 +73,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: release-binaries
name: release-binaries-${{ steps.artifact-upload-step.outputs.artifact-id }}
path: |
release-binaries/*.zip
./*.pdf

0 comments on commit 1f4dfbc

Please sign in to comment.