We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a571d5d commit e6a0888Copy full SHA for e6a0888
.github/workflows/release.yml
@@ -46,6 +46,8 @@ jobs:
46
-Path "tmp/*" `
47
-DestinationPath "tmp/v${{ env.version }}.zip"
48
49
+ Remove-Item -Path "tmp/*.dll", "tmp/*.md"
50
+
51
# 下载对应版本微信安装包
52
Invoke-WebRequest `
53
-Uri "https://github.com/tom-snow/wechat-windows-versions/releases/download/v${{ env.wechat_version }}/WeChatSetup-${{ env.wechat_version }}.exe" `
0 commit comments