Skip to content

Commit ae24d64

Browse files
authored
Fix WASM release again (#3425)
- **Fix** - **Fix WASM release again**
1 parent 4537451 commit ae24d64

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: tools/wasm_build.sh
3636
- uses: raviqqe/pnpm-publish@v2
3737
with:
38-
directory: wasm
38+
directory: wasm/pkg
3939
release: ${{ github.ref == 'refs/heads/main' }}
4040
goreleaser:
4141
permissions:

wasm/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

wasm/pkg/pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

wasm/pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)