Skip to content

Commit

Permalink
[CD] Probably fix another syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
chnoblouch committed May 27, 2024
1 parent f663c36 commit 48a7ff6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-wasm-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Upload
working-directory: ${{ github.workspace }}/build
run: |
sshpass -p "${{ secrets.WEB_DEPLOY_PASSWORD }}" sftp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "${{ secrets.EMSCRIPTEN_DEPLOY_REMOTE }}" << EOF \
put app-Demo-SLProject.html public/www/app-Demo-SLProject.html \
put app-Demo-SLProject.js public/www/app-Demo-SLProject.js \
put app-Demo-SLProject.wasm public/www/app-Demo-SLProject.wasm \
put app-Demo-SLProject.worker.js public/www/app-Demo-SLProject.worker.js \
put app-Demo-SLProject.ww.js public/www/app-Demo-SLProject.ww.js \
sshpass -p "${{ secrets.WEB_DEPLOY_PASSWORD }}" sftp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "${{ secrets.EMSCRIPTEN_DEPLOY_REMOTE }}" << EOF
put app-Demo-SLProject.html public/www/app-Demo-SLProject.html
put app-Demo-SLProject.js public/www/app-Demo-SLProject.js
put app-Demo-SLProject.wasm public/www/app-Demo-SLProject.wasm
put app-Demo-SLProject.worker.js public/www/app-Demo-SLProject.worker.js
put app-Demo-SLProject.ww.js public/www/app-Demo-SLProject.ww.js
EOF

0 comments on commit 48a7ff6

Please sign in to comment.