Fix Bash variable in workflow for Windows

This commit is contained in:
Wilson Lin 2020-07-04 20:35:48 +10:00
parent 0bc50ac06e
commit f88ef3ca29
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
run: |
pip install --upgrade b2
- name: Upload to B2
shell: bash
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 }}