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 fdbf4c0 commit 90df299Copy full SHA for 90df299
.github/workflows/release.yml
@@ -197,8 +197,8 @@ jobs:
197
cd x-ui\bin
198
199
# 〔中文注释〕: 下载 Windows 版本的 Xray-core 依赖
200
- # 注意:这里的 Xray 版本号 (v25.12.8) 沿用 Linux 脚本中的版本
201
- $Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.12.8/"
+ # 注意:这里的 Xray 版本号 (v26.1.13) 沿用 Linux 脚本中的版本
+ $Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.1.13/"
202
if ("${{ matrix.platform }}" -eq "amd64") {
203
# Invoke-WebRequest 是 PowerShell 的下载命令,等同于 wget
204
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "xray.zip"
0 commit comments