diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9d59c9018cd58..6ec0d105cdefd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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