Skip to content

Commit fc8e379

Browse files
committed
release: v1.0.2 - WebSSH 便携版发布
1 parent 18f6d77 commit fc8e379

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
if exist dist-electron\WebSSH_Installer rmdir /s /q dist-electron\WebSSH_Installer
3939
mkdir dist-electron\WebSSH_Installer
4040
xcopy dist-electron\win-unpacked\* dist-electron\WebSSH_Installer\ /E /I /Y /H /R /Q
41+
shell: cmd
4142

4243
- name: 复制安装脚本
4344
run: copy scripts\install.bat dist-electron\WebSSH_Installer\setup.bat /Y
45+
shell: cmd
4446

4547
- name: 创建说明文档
4648
run: |
@@ -57,6 +59,7 @@ jobs:
5759
echo 版本: 1.0.0
5860
echo 日期: %date%
5961
) > dist-electron\WebSSH_Installer\安装说明.txt
62+
shell: cmd
6063

6164
- name: 创建 zip 压缩包
6265
run: powershell -Command "Compress-Archive -Path 'dist-electron\WebSSH_Installer\*' -DestinationPath 'dist-electron\WebSSH_Portable_v1.0.0.zip' -Force"

0 commit comments

Comments
 (0)