Skip to content

Commit 4568780

Browse files
committed
fix release action
1 parent fa9108b commit 4568780

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create archives
2828
run: |
2929
cd dist
30-
zip -9 -r ../dist.zip . -x "js/*.map" -x "/*.map"
30+
zip -9 -r ../dist.zip . -x "*.map"
3131
zip -9 -r ../dist_map.zip .
3232
3333
- name: Create Release Notes

0 commit comments

Comments
 (0)