Skip to content

Commit 2050fac

Browse files
committed
Switch to JS build for better cross-browser compatibility
1 parent d45f019 commit 2050fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload artifact
5454
uses: actions/upload-pages-artifact@v3
5555
with:
56-
path: 'sample/composeApp/build/dist/wasmJs/productionExecutable'
56+
path: 'sample/composeApp/build/dist/js/productionExecutable'
5757

5858
- name: Deploy to GitHub Pages
5959
id: deployment

0 commit comments

Comments
 (0)