Skip to content

Commit

Permalink
Fix ZIP creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 25, 2023
1 parent b71d8ef commit f41d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
mkdir release
cp temp/J3-Windows/* release
cp temp/J3-Linux/* release
zip release/J3.zip temp/J3
zip -r release/J3.zip temp/J3
- name: Stage GitHub release
run: |
Expand Down

0 comments on commit f41d464

Please sign in to comment.