Skip to content

Commit

Permalink
Compress all recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Aug 29, 2022
1 parent 12b17f9 commit 1adc4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
mkdir package
mv ./{addons,cfg,maps,scripts,sound,LICENSE,README.md} package
cd package
zip -9r $GITHUB_WORKSPACE/SurfTimer.${{ steps.get_branch_name.outputs.branch }}.${{ env.COMMIT }}.${{ env.SHORT_SHA }}.SM1.11.zip
zip -9r $GITHUB_WORKSPACE/SurfTimer.${{ steps.get_branch_name.outputs.branch }}.${{ env.COMMIT }}.${{ env.SHORT_SHA }}.SM1.11.zip *
- name: Create Release
id: create_release
Expand Down

0 comments on commit 1adc4e8

Please sign in to comment.