Skip to content

Commit

Permalink
Fix wasm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 28, 2023
1 parent 3a4e252 commit 3a308c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_wasm_gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy android/quest apk to gh-pages
name: deploy wasm to gh-pages
on:
workflow_run:
branches: [main]
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install wasm libcore/libstd
run: rustup target install wasm32-unknown-unknown
- name: Install wasm-bindgen
run: cargo install wasm-bindgen-cli
run: wasm-bindgen --version || cargo install wasm-bindgen-cli
- name: Build wasm
run: cargo build --release --target wasm32-unknown-unknown --bin demo && wasm-bindgen --out-dir ./web/ --target web ./target/wasm32-unknown-unknown/release/demo.wasm

Expand Down

0 comments on commit 3a308c1

Please sign in to comment.