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.
1 parent d63255b commit d2cce6cCopy full SHA for d2cce6c
.github/workflows/release.yml
@@ -28,8 +28,7 @@ jobs:
28
shell: bash
29
run: cd karaty && cd dist && rm CNAME && rm -rf data
30
- uses: montudor/action-zip@v1
31
- run: zip -qq -r karaty.zip dist
32
- working-directory: ./karaty
+ args: zip -qq -r karaty.zip ./karaty/dist
33
- uses: ncipollo/release-action@v1
34
with:
35
artifacts: "karaty/dist/assets/dioxus/karaty_bg.wasm,karaty.zip"
0 commit comments