Skip to content

Commit

Permalink
align filename with output
Browse files Browse the repository at this point in the history
  • Loading branch information
grenade committed Jul 6, 2021
1 parent 620267c commit 9b21baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
- name: strip
run: strip target/release/snapr-node
- name: rename
run: mv target/release/snapr-node target/release/snapr_${{ steps.parse_tag.outputs.result }}_amd64
run: mv target/release/snapr-node target/release/snapr_${{ steps.parse_tag.outputs.result }}-x86_64-linux-gnu
- name: publish
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
target/release/snapr_${{ steps.parse_tag.outputs.result }}_amd64
target/release/snapr_${{ steps.parse_tag.outputs.result }}-x86_64-linux-gnu

0 comments on commit 9b21baf

Please sign in to comment.