1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

fix release action

This commit is contained in:
lana-k
2025-03-30 16:33:23 +02:00
parent fa9108bc08
commit 4568780526
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Create archives - name: Create archives
run: | run: |
cd dist cd dist
zip -9 -r ../dist.zip . -x "js/*.map" -x "/*.map" zip -9 -r ../dist.zip . -x "*.map"
zip -9 -r ../dist_map.zip . zip -9 -r ../dist_map.zip .
- name: Create Release Notes - name: Create Release Notes