Skip to content

Commit f01968d

Browse files
authored
Fix missing Wasm and APK demos showing on material.slint.dev (#9504)
1 parent 187f995 commit f01968d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/material.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ jobs:
101101
- uses: actions/download-artifact@v5
102102
with:
103103
name: wasm_gallery
104-
path: docs/dist/wasm
104+
path: ui-libraries/material/docs/dist/wasm
105105
- uses: actions/download-artifact@v5
106106
with:
107107
name: apk_gallery
108-
path: docs/dist/apk
108+
path: ui-libraries/material/docs/dist/apk
109109
- name: Deploy
110110
uses: cloudflare/wrangler-action@v3
111111
with:

0 commit comments

Comments
 (0)