Skip to content

Commit 6460dbc

Browse files
committed
ci(publish): disable Windows CLI build step
1 parent 46a887a commit 6460dbc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/publish.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ jobs:
3535
cd ./dist/
3636
zip -r ../LLOneBot.zip ./*
3737
38-
- name: Compress for Windows Cli
39-
run: |
40-
mkdir llbot-cli-win-x64
41-
cd llbot-cli-win-x64
42-
cp ../dist/使用说明.txt ./
43-
cp ../dist/更新日志.txt ./
44-
cp -r ../dist ./llonebot
45-
wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-win-x64.zip
46-
unzip pmhq-win-x64.zip
47-
rm pmhq-win-x64.zip
48-
mv pmhq-win-x64.exe llbot.exe
49-
wget https://github.com/LLOneBot/exe/releases/latest/download/node.exe -O llonebot/node.exe
50-
# zip -r ../LLOneBot-win-x64.zip ./*
51-
wget https://github.com/LLOneBot/exe/releases/latest/download/ffmpeg.exe -O llonebot/ffmpeg.exe
52-
wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
53-
zip -r ../LLBot-cli-win-x64.zip ./*
38+
# - name: Compress for Windows Cli
39+
# run: |
40+
# mkdir llbot-cli-win-x64
41+
# cd llbot-cli-win-x64
42+
# cp ../dist/使用说明.txt ./
43+
# cp ../dist/更新日志.txt ./
44+
# cp -r ../dist ./llonebot
45+
# wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-win-x64.zip
46+
# unzip pmhq-win-x64.zip
47+
# rm pmhq-win-x64.zip
48+
# mv pmhq-win-x64.exe llbot.exe
49+
# wget https://github.com/LLOneBot/exe/releases/latest/download/node.exe -O llonebot/node.exe
50+
# # zip -r ../LLOneBot-win-x64.zip ./*
51+
# wget https://github.com/LLOneBot/exe/releases/latest/download/ffmpeg.exe -O llonebot/ffmpeg.exe
52+
# wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
53+
# zip -r ../LLBot-cli-win-x64.zip ./*
5454

5555
- name: Compress for Windows Desktop
5656
run: |

0 commit comments

Comments
 (0)