From 37e0f82e921e30bc0286366ceac203b5a8bdeec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Fri, 5 Sep 2025 21:01:47 +0800 Subject: [PATCH] Xray Core v25.9.5 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94adf472..6f97d97a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.8.31/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.5/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget -q ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip @@ -197,8 +197,8 @@ jobs: cd x-ui\bin # 〔中文注释〕: 下载 Windows 版本的 Xray-core 依赖 - # 注意:这里的 Xray 版本号 (v25.8.31) 我沿用了你 Linux 脚本中的版本,你可以根据需要修改 - $Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.8.31/" + # 注意:这里的 Xray 版本号 (v25.9.5) 我沿用了你 Linux 脚本中的版本,你可以根据需要修改 + $Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.5/" if ("${{ matrix.platform }}" -eq "amd64") { # Invoke-WebRequest 是 PowerShell 的下载命令,等同于 wget Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "xray.zip"