We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f6d77 commit fc8e379Copy full SHA for fc8e379
1 file changed
.github/workflows/release.yml
@@ -38,9 +38,11 @@ jobs:
38
if exist dist-electron\WebSSH_Installer rmdir /s /q dist-electron\WebSSH_Installer
39
mkdir dist-electron\WebSSH_Installer
40
xcopy dist-electron\win-unpacked\* dist-electron\WebSSH_Installer\ /E /I /Y /H /R /Q
41
+ shell: cmd
42
43
- name: 复制安装脚本
44
run: copy scripts\install.bat dist-electron\WebSSH_Installer\setup.bat /Y
45
46
47
- name: 创建说明文档
48
run: |
@@ -57,6 +59,7 @@ jobs:
57
59
echo 版本: 1.0.0
58
60
echo 日期: %date%
61
) > dist-electron\WebSSH_Installer\安装说明.txt
62
63
64
- name: 创建 zip 压缩包
65
run: powershell -Command "Compress-Archive -Path 'dist-electron\WebSSH_Installer\*' -DestinationPath 'dist-electron\WebSSH_Portable_v1.0.0.zip' -Force"
0 commit comments