Skip to content

Commit 001c7ed

Browse files
Correct filename
1 parent 2203e94 commit 001c7ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
# Collect everything into assets/wasm/ so the artifact layout
8787
# matches the Jekyll source tree exactly.
8888
mkdir -p assets/wasm/blocks
89-
# Demo files (stable names for the REPL)
90-
mv wasm-out/multilingual.wasm assets/wasm/multilingual.wasm
91-
mv wasm-out/multilingual.wat assets/wasm/multilingual.wat
89+
# Rename module.* → multilingual.* and move into assets/wasm/
90+
mv wasm-out/module.wasm assets/wasm/multilingual.wasm
91+
mv wasm-out/module.wat assets/wasm/multilingual.wat
9292
mv wasm-out/host_shim.js assets/wasm/host_shim.js
9393
mv wasm-out/abi_manifest.json assets/wasm/abi_manifest.json
9494
# Per-block binaries compiled in the next step land in assets/wasm/blocks/

0 commit comments

Comments
 (0)