Skip to content

Commit f41d464

Browse files
committed
Fix ZIP creation
1 parent b71d8ef commit f41d464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mkdir release
9898
cp temp/J3-Windows/* release
9999
cp temp/J3-Linux/* release
100-
zip release/J3.zip temp/J3
100+
zip -r release/J3.zip temp/J3
101101
102102
- name: Stage GitHub release
103103
run: |

0 commit comments

Comments
 (0)