Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa893d0

Browse files
committed
chore(ci): fix path
1 parent40c5901 commitfa893d0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎.github/workflows/release.yml‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,18 @@ jobs:
3939
# 在根目录创建 tmp
4040
New-Item -ItemType Directory -Force -Path tmp
4141
42-
# 压缩根目录下 Out 中的产物
42+
# Release 版的 spy.dll 和 sdk.dll
43+
$rel = "WeChatFerry/WeChatFerry/x64/Release"
44+
# Debug 版的 spy_debug.dll
45+
$dbg = "WeChatFerry/WeChatFerry/x64/Debug"
46+
# 项目根的 DISCLAIMER.md
47+
$md = "WeChatFerry/WeChatFerry/DISCLAIMER.md"
48+
4349
Compress-Archive `
44-
-Path "WeChatFerry/Out/sdk.dll","WeChatFerry/Out/spy.dll","WeChatFerry/Out/spy_debug.dll","WeChatFerry/Out/DISCLAIMER.md" `
50+
-Path "$rel/spy.dll","$rel/sdk.dll","$dbg/spy_debug.dll",$md `
4551
-DestinationPath "tmp/v${{ env.version }}.zip"
4652
47-
#下载对应 WeChat 安装包
53+
#下载对应版本微信安装包
4854
Invoke-WebRequest `
4955
-Uri "https://github.com/tom-snow/wechat-windows-versions/releases/download/v${{ env.wechat_version }}/WeChatSetup-${{ env.wechat_version }}.exe" `
5056
-OutFile "tmp/WeChatSetup-${{ env.wechat_version }}.exe"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp