We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efeac0e commit 7f2471bCopy full SHA for 7f2471b
.github/workflows/build-codegen-wasm.yml
@@ -29,7 +29,7 @@ jobs:
29
run: cargo build --package jsoncodegen-${{ github.event.inputs.lang }} --profile wasm --target wasm32-wasip1
30
31
- name: Rename binary
32
- run: mv target/wasm32-wasip1/cli/jsoncodegen-${{ github.event.inputs.lang }}.wasm jsoncodegen-${{ github.event.inputs.lang }}-wasm32-wasip1.wasm
+ run: mv target/wasm32-wasip1/wasm/jsoncodegen-${{ github.event.inputs.lang }}.wasm jsoncodegen-${{ github.event.inputs.lang }}-wasm32-wasip1.wasm
33
34
- name: Upload artifact
35
uses: actions/upload-artifact@v4
0 commit comments