Skip to content

Commit 90df299

Browse files
authored
Xray Core v26.1.13
1 parent fdbf4c0 commit 90df299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ jobs:
197197
cd x-ui\bin
198198
199199
# 〔中文注释〕: 下载 Windows 版本的 Xray-core 依赖
200-
# 注意:这里的 Xray 版本号 (v25.12.8) 沿用 Linux 脚本中的版本
201-
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.12.8/"
200+
# 注意:这里的 Xray 版本号 (v26.1.13) 沿用 Linux 脚本中的版本
201+
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.1.13/"
202202
if ("${{ matrix.platform }}" -eq "amd64") {
203203
# Invoke-WebRequest 是 PowerShell 的下载命令,等同于 wget
204204
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "xray.zip"

0 commit comments

Comments
 (0)