Skip to content

Commit 5ba4886

Browse files
Correct renaming errors
1 parent 07b619f commit 5ba4886

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ jobs:
8585
- name: Rename artifacts to stable names
8686
run: |
8787
# Jekyll references these as assets/wasm/multilingual.*
88-
mv wasm-out/module.wasm wasm-out/multilingual.wasm
89-
mv wasm-out/module.wat wasm-out/multilingual.wat
90-
mv wasm-out/host_shim.js wasm-out/host_shim.js # keep name
91-
mv wasm-out/abi_manifest.json wasm-out/abi_manifest.json
88+
mv wasm-out/module.wasm wasm-out/multilingual.wasm
89+
mv wasm-out/module.wat wasm-out/multilingual.wat
90+
# host_shim.js and abi_manifest.json keep their names as-is.
9291
9392
- name: Upload WASM artefacts
9493
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)