Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-10 09:40:08 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-10 09:40:08 +0300
commit1e2ff650ad6646950968c6c9216670d7e822de8c (patch)
tree491b39e615af41ea996a32f034bbd5a328c3bc1b /.github/workflows
parentc2d6dd923f72cb044704653fc9ce6f1dd521e156 (diff)
Xray Core v25.9.10 + GO v1.25.1
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1c36c5cc..022bdb87 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
cd x-ui/bin
# Download dependencies
- Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.5/"
+ Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.10/"
if [ "${{ matrix.platform }}" == "amd64" ]; then
wget -q ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip
@@ -183,7 +183,7 @@ jobs:
cd x-ui\bin
# Download Xray for Windows
- $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v25.6.8/"
+ $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v25.9.10/"
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "Xray-windows-64.zip"
Expand-Archive -Path "Xray-windows-64.zip" -DestinationPath .
Remove-Item "Xray-windows-64.zip"