We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea6ba1 commit 8f9d8a9Copy full SHA for 8f9d8a9
.github/workflows/release.yml
@@ -57,6 +57,6 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
59
upload_url: ${{ steps.create_release.outputs.upload_url }}
60
- asset_path: ./node-${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
61
- 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
62
asset_content_type: application/x-gtar
0 commit comments