Skip to content

Commit fd0f3a0

Browse files
authored
Merge pull request #86 from joreilly/publish_web_client
update gh pages deployment actioon
2 parents 19bbdb6 + de81b90 commit fd0f3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-web.yml

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

2424
# Build application
2525
- name: Build
26-
run: ./gradlew :compose-web:wasmJsBrowserDistribution
26+
run: ./gradlew :composeApp:wasmJsBrowserDistribution
2727

2828
# - name: Copy "uninstantiated" file over (workaround for now)
2929
# run: cp compose-web/build/compileSync/wasmJs/main/productionExecutable/kotlin/chip8.uninstantiated.mjs compose-web/build/dist/wasmJs/productionExecutable

0 commit comments

Comments
 (0)