Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert authored Oct 9, 2023
1 parent 47e9036 commit 67a9a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run build
run: cargo build --release --target wasm32-unknown-unknown
- name: WASM
run: wasm-bindgen --out-dir out/ --target web target/
run: wasm-bindgen --out-dir out/ --target web ./target/wasm32-unknown-unknown/release/Simulation.wasm
# - name: Copy Assets
# run: |
# mkdir build
Expand Down

0 comments on commit 67a9a7c

Please sign in to comment.