Skip to content

Commit 7f2471b

Browse files
committed
bug fix: correct wasm binary build path
1 parent efeac0e commit 7f2471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-codegen-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: cargo build --package jsoncodegen-${{ github.event.inputs.lang }} --profile wasm --target wasm32-wasip1
3030

3131
- name: Rename binary
32-
run: mv target/wasm32-wasip1/cli/jsoncodegen-${{ github.event.inputs.lang }}.wasm jsoncodegen-${{ github.event.inputs.lang }}-wasm32-wasip1.wasm
32+
run: mv target/wasm32-wasip1/wasm/jsoncodegen-${{ github.event.inputs.lang }}.wasm jsoncodegen-${{ github.event.inputs.lang }}-wasm32-wasip1.wasm
3333

3434
- name: Upload artifact
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)