Skip to content

Commit 987744a

Browse files
committed
typo
1 parent 628090b commit 987744a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build
3333
run: cargo build --release --target wasm32-unknown-unknown
3434
- name: wasm-bindgen
35-
run: wasm-bindgen --no-typescript --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/bevy_wasm_ci_example.wasm --out-name "tabletop"
35+
run: wasm-bindgen --no-typescript --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/tabletop.wasm --out-name "tabletop"
3636
- name: wasm-strip
3737
run: wasm-strip ./out/tabletop_bg.wasm
3838
- name: wasm-opt

0 commit comments

Comments
 (0)