File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments