Skip to content

Commit 2230178

Browse files
committed
修复压缩命令以包含所有文件,确保生成的压缩包完整
1 parent f9581bb commit 2230178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
ls -la build/image
4848
cd build/image
49-
7z a -tzip -mx=9 Javaows.zip Javaows/*
49+
7z a -tzip -mx=9 Javaows.zip ./*
5050
5151
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
5252
# the publishing section of your build.gradle

0 commit comments

Comments
 (0)