diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4c7acb5..9df54e7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -56,7 +56,7 @@ jobs: run: | binary_name="$(node -e 'console.log([process.platform, process.arch, process.versions.modules].join("__"))')" b2 authorize-account ${{ secrets.CICD_CLI_B2_KEY_ID }} ${{ secrets.CICD_CLI_B2_APPLICATION_KEY }} - b2 upload-file ${{ secrets.CICD_CLI_B2_BUCKET_NAME }} "./nodejs/native/index.node hyperbuild/bin/nodejs/${{ steps.version.outputs.VERSION }}/$binary_name.node" + b2 upload-file ${{ secrets.CICD_CLI_B2_BUCKET_NAME }} ./nodejs/native/index.node "hyperbuild/bin/nodejs/${{ steps.version.outputs.VERSION }}/$binary_name.node" package: runs-on: ubuntu-latest needs: build