Skip to content

Commit

Permalink
Fix asset name in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Sep 15, 2020
1 parent 8ea6ba1 commit 8f9d8a9
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 @@ -57,6 +57,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./node-${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
asset_name: node-${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
asset_path: ./node-v${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
asset_name: node-v${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
asset_content_type: application/x-gtar

0 comments on commit 8f9d8a9

Please sign in to comment.