Skip to content

Commit 8f9d8a9

Browse files
committed
Fix asset name in release script
1 parent 8ea6ba1 commit 8f9d8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:
5959
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
60+
asset_path: ./node-v${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
61+
asset_name: node-v${{ steps.get_version.outputs.VERSION }}-linux-riscv64.tar.xz
6262
asset_content_type: application/x-gtar

0 commit comments

Comments
 (0)