This commit is contained in:
Wilson Lin 2022-06-22 01:02:04 +10:00
parent 13d261048b
commit 187036d57e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Upload to B2
run: |
./b2 authorize-account ${{ secrets.CICD_CLI_B2_KEY_ID }} ${{ secrets.CICD_CLI_B2_APPLICATION_KEY }}
for f in wasm/pkg/*; do;
for f in wasm/pkg/*; do
if [[ "$f" == *.js ]]; then
content_type='application/json'
elif [[ "$f" == *.wasm ]]; then