Skip to content

Commit b585c0d

Browse files
committed
feat: new version
1 parent d2cce6c commit b585c0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
- name: Clean Data
2828
shell: bash
2929
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
30+
- name: Install zip
31+
uses: montudor/action-zip@v1
32+
- name: Zip output
33+
run: zip -qq -r karaty.zip dist
34+
working-directory: ./karaty
3235
- uses: ncipollo/release-action@v1
3336
with:
3437
artifacts: "karaty/dist/assets/dioxus/karaty_bg.wasm,karaty.zip"

0 commit comments

Comments
 (0)