Skip to content

Commit c927e71

Browse files
committed
修复 GitHub Action 打包脚本
1 parent 77887b1 commit c927e71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
chmod u+x "dist/Ghost-Downloader-3.app/Contents/MacOS/Ghost-Downloader-3"
7070
rm -rf "dist/Ghost-Downloader-3.build"
7171
rm -rf "dist/Ghost-Downloader-3.dist"
72-
mv dist/Ghost-Downloader-3.app dist/Ghost Downloader.app
73-
mv resources/修复文件损坏 dist/修复文件损坏
72+
mv "dist/Ghost-Downloader-3.app" "dist/Ghost Downloader.app"
73+
mv "resources/修复文件损坏" "dist/修复文件损坏"
7474
7575
- name: Create DMG
7676
run: |
@@ -112,8 +112,8 @@ jobs:
112112
chmod u+x "dist/Ghost-Downloader-3.app/Contents/MacOS/Ghost-Downloader-3"
113113
rm -rf "dist/Ghost-Downloader-3.build"
114114
rm -rf "dist/Ghost-Downloader-3.dist"
115-
mv dist/Ghost-Downloader-3.app dist/Ghost Downloader.app
116-
mv resources/修复文件损坏 dist/修复文件损坏
115+
mv "dist/Ghost-Downloader-3.app" "dist/Ghost Downloader.app"
116+
mv "resources/修复文件损坏" "dist/修复文件损坏"
117117
118118
- name: Create DMG
119119
run: |

0 commit comments

Comments
 (0)