Skip to content

Commit

Permalink
converge?
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 29, 2024
1 parent b59ade3 commit 7018a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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 -Oz tmp/workshop_bg.wasm --output tmp/workshop_bg-opt.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
Expand Down

0 comments on commit 7018a74

Please sign in to comment.