Skip to content

Commit

Permalink
no optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 29, 2024
1 parent 5adba59 commit 9b852a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
cargo build --target wasm32-unknown-unknown --release
mkdir tmp
wasm-bindgen --out-dir tmp/ --out-name workshop --target web target/wasm32-unknown-unknown/release/bevy_workshop.wasm
wasm-opt --converge -Oz tmp/workshop_bg.wasm --output tmp/workshop_bg-opt.wasm
mv tmp/workshop_bg-opt.wasm tmp/workshop_bg.wasm
# wasm-opt --converge -Oz tmp/workshop_bg.wasm --output tmp/workshop_bg-opt.wasm
# mv tmp/workshop_bg-opt.wasm tmp/workshop_bg.wasm
cp tmp/* bevy-workshop/book/
- name: Copy assets
run: cp -r assets bevy-workshop/book/
Expand Down

0 comments on commit 9b852a8

Please sign in to comment.