Skip to content

Commit 176c734

Browse files
authored
Xray Core v26.2.4
1 parent 39dd6b8 commit 176c734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
cd x-ui/bin
8989
9090
# Download dependencies
91-
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.2.2/"
91+
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.2.4/"
9292
if [ "${{ matrix.platform }}" == "amd64" ]; then
9393
wget -q ${Xray_URL}Xray-linux-64.zip
9494
unzip Xray-linux-64.zip
@@ -197,8 +197,8 @@ jobs:
197197
cd x-ui\bin
198198
199199
# 〔中文注释〕: 下载 Windows 版本的 Xray-core 依赖
200-
# 注意:这里的 Xray 版本号 (v26.2.2) 沿用 Linux 脚本中的版本
201-
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.2.2/"
200+
# 注意:这里的 Xray 版本号 (v26.2.4) 沿用 Linux 脚本中的版本
201+
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.2.4/"
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)