Skip to content

Commit

Permalink
Adding matrix to the compressed artifact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito87 committed Apr 10, 2024
1 parent 20c6966 commit 5631f82
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 @@ -117,7 +117,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: yellowstone-grpc-${{ github.sha }}
name: yellowstone-grpc-${{ github.sha }}-$(( matrix.os }}
path: |
${{ env.GEYSER_PLUGIN_NAME }}-release*
yellowstone-grpc-proto/proto/*.proto
Expand Down

0 comments on commit 5631f82

Please sign in to comment.