Skip to content

Commit 68bac79

Browse files
committed
chore: add DISCLAIMER to release
1 parent 4a49147 commit 68bac79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build-WeChatFerry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: 打包输出文件及下载 WeChat 安装包
9393
run: |
9494
New-Item -ItemType Directory -Force -Path "WeChatFerry/tmp"
95-
Compress-Archive -Path "WeChatFerry/Out/sdk.dll", "WeChatFerry/Out/spy.dll", "WeChatFerry/Out/spy_debug.dll" -DestinationPath "WeChatFerry/tmp/v${{ env.version }}.zip"
95+
Compress-Archive -Path "WeChatFerry/Out/sdk.dll", "WeChatFerry/Out/spy.dll", "WeChatFerry/Out/spy_debug.dll", "WeChatFerry/Out/DISCLAIMER.md" -DestinationPath "WeChatFerry/tmp/v${{ env.version }}.zip"
9696
Invoke-WebRequest -Uri "https://github.com/tom-snow/wechat-windows-versions/releases/download/v${{ env.wechat_version }}/WeChatSetup-${{ env.wechat_version }}.exe" -OutFile "WeChatFerry/tmp/WeChatSetup-${{ env.wechat_version }}.exe"
9797
shell: pwsh
9898

0 commit comments

Comments
 (0)