We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19bbdb6 + de81b90 commit fd0f3a0Copy full SHA for fd0f3a0
.github/workflows/build-and-publish-web.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# Build application
25
- name: Build
26
- run: ./gradlew :compose-web:wasmJsBrowserDistribution
+ run: ./gradlew :composeApp:wasmJsBrowserDistribution
27
28
# - name: Copy "uninstantiated" file over (workaround for now)
29
# run: cp compose-web/build/compileSync/wasmJs/main/productionExecutable/kotlin/chip8.uninstantiated.mjs compose-web/build/dist/wasmJs/productionExecutable
0 commit comments