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