We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf6f47 commit a2a45ebCopy full SHA for a2a45eb
.github/workflows/build-wasm.yaml
@@ -32,10 +32,16 @@ jobs:
32
- name: Upload Wasm Artifacts
33
uses: actions/upload-artifact@v4
34
with:
35
- name: github-pages
+ name: wasm
36
path: composeApp/build/dist/wasmJs/productionExecutable/
37
if-no-files-found: error
38
39
+ - name: Upload pages artifact
40
+ id: deployment
41
+ uses: actions/upload-pages-artifact@v3
42
+ with:
43
+ path: composeApp/build/dist/wasmJs/productionExecutable/
44
+
45
deploy_wasm:
46
name: Deploy Wasm
47
environment:
0 commit comments