Update release.yml

This commit is contained in:
MehdiSele 2026-04-28 22:47:40 +03:30 committed by GitHub
parent 15adf436ab
commit c9d868fb0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,7 @@ jobs:
cd x-ui\bin
# Download Xray for Windows
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.4.25/"
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.4.17/"
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"