Skip to content

Commit 1adc4e8

Browse files
committed
Compress all recursive
1 parent 12b17f9 commit 1adc4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
mkdir package
8585
mv ./{addons,cfg,maps,scripts,sound,LICENSE,README.md} package
8686
cd package
87-
zip -9r $GITHUB_WORKSPACE/SurfTimer.${{ steps.get_branch_name.outputs.branch }}.${{ env.COMMIT }}.${{ env.SHORT_SHA }}.SM1.11.zip
87+
zip -9r $GITHUB_WORKSPACE/SurfTimer.${{ steps.get_branch_name.outputs.branch }}.${{ env.COMMIT }}.${{ env.SHORT_SHA }}.SM1.11.zip *
8888
8989
- name: Create Release
9090
id: create_release

0 commit comments

Comments
 (0)