Skip to content

Commit

Permalink
ci: add version to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
mierak committed Jun 30, 2024
1 parent 39b087e commit 239e693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: ./target/${{ matrix.target }}/release
run: |
mkdir -p "/tmp/artifacts"
tar cvzf "/tmp/artifacts/rmpc-${{ matrix.target }}.tar.gz" "rmpc"
tar cvzf "/tmp/artifacts/rmpc-$RELEASE_TAG-${{ matrix.target }}.tar.gz" "rmpc"
- name: Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 239e693

Please sign in to comment.