Skip to content

Commit a2a45eb

Browse files
committed
upload using upload-pages-artifact
1 parent baf6f47 commit a2a45eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-wasm.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,16 @@ jobs:
3232
- name: Upload Wasm Artifacts
3333
uses: actions/upload-artifact@v4
3434
with:
35-
name: github-pages
35+
name: wasm
3636
path: composeApp/build/dist/wasmJs/productionExecutable/
3737
if-no-files-found: error
3838

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+
3945
deploy_wasm:
4046
name: Deploy Wasm
4147
environment:

0 commit comments

Comments
 (0)