Skip to content

Commit

Permalink
fix: use unique ${{ matrix.name }}
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef authored Dec 15, 2023
1 parent 2184d55 commit 41be60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
# Name of the artifact to upload.
# Optional. Default is 'artifact'
name: massa_release ${{ matrix.os }}
name: massa_artifacts_${{ matrix.name }}
path: |
massa_*.zip
massa_*.tar.gz
Expand Down

0 comments on commit 41be60f

Please sign in to comment.