Skip to content

Commit 81c6292

Browse files
committed
fix wasm build path
1 parent c867ec2 commit 81c6292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm-publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
dry-run: ${{ github.event.inputs.dry-run }}
3838
input-artifact-name: identity-wasm-bindings-build
3939
npm-token: ${{ secrets.NPM_TOKEN }}
40-
working-directory: identity_wasm
40+
working-directory: ./bindings/wasm/
4141
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)