Skip to content

Commit f447f5e

Browse files
authored
Xray Core v26.1.18
1 parent 55416f1 commit f447f5e

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.1.13/"
91+
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.1.18/"
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.1.13) 沿用 Linux 脚本中的版本
201-
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.1.13/"
200+
# 注意:这里的 Xray 版本号 (v26.1.18) 沿用 Linux 脚本中的版本
201+
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.1.18/"
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)