Fix misquoting in Node.js workflow

This commit is contained in:
Wilson Lin 2020-07-04 16:08:36 +10:00
parent cff021ffff
commit c1c16acea3
1 changed files with 1 additions and 1 deletions

View File

@ -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