Skip to content

Commit

Permalink
fixed wasm file name
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeperfect committed Dec 4, 2024
1 parent 8864a4b commit d504868
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 @@ -45,7 +45,7 @@ jobs:
if: steps.check_changes.outputs.rust_changed == 'true'
run: |
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir ./dist/out/ --target web ./target/wasm32-unknown-unknown/release/bevy_vaporwave.wasm
wasm-bindgen --out-dir ./dist/out/ --target web ./target/wasm32-unknown-unknown/release/bevy_compute_shader.wasm
- name: Copy existing WASM files
if: steps.check_changes.outputs.rust_changed == 'false'
Expand Down

0 comments on commit d504868

Please sign in to comment.