Skip to content

Commit

Permalink
Deploy emscripten on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm4 committed Oct 7, 2024
1 parent c170e70 commit 10b4af9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-wasm-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- develop

jobs:
deploy:
Expand Down Expand Up @@ -39,7 +39,6 @@ jobs:
cp build/app-demo.js emscripten_build
cp build/app-demo.wasm emscripten_build
cp build/app-demo.worker.js emscripten_build
cp build/app-demo.ww.js emscripten_build
- name: Archive emscripten_build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 10b4af9

Please sign in to comment.