Skip to content

Commit 72c438a

Browse files
committed
Fix path used for wasm deployment to github pages
1 parent 1ba9701 commit 72c438a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v4
4141
with:
42-
path: ./wasm/serve
42+
path: ./wasm/serve/dist
4343

4444
deploy:
4545
needs: build

0 commit comments

Comments
 (0)