Skip to content

Commit 3c36598

Browse files
committed
Fix github pages deploy
1 parent 5d311f1 commit 3c36598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Build WASM
3030
run: wasm-pack build --target web --out-dir ../web/src/wasm
31-
working-directory: uesave-wasm
31+
working-directory: uesave_wasm
3232

3333
- name: Setup Node
3434
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)