diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-10 15:39:07 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-10 15:39:07 +0300 |
| commit | dc3b0d218a743a51c088ed90fe006d130e3fff87 (patch) | |
| tree | eec2301d59b3cf39e589ebf7d6098a8cd1d35dc1 /.github | |
| parent | 610d29765a20625e2afdf051dd5cad30fb8c1fb7 (diff) | |
Xray Core v25.9.11
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 022bdb87..7d56cfdf 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.10/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.11/" 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.9.10/" + $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v25.9.11/" 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" |
