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>2023-07-27 10:36:27 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-07-27 10:36:27 +0300
commitc2b1fb485534ad1c0be5a3ba65761751526d29e5 (patch)
treead4f3291262d06d459e932430d8ad1b0b08a7c5e /.github/workflows/release.yml
parent09807b39aa971ce2f4ea3fc84a4e54766d08fefd (diff)
because of #815 now we can use XTLS/Xray-core
change MHSanaei/Xray-core to XTLS/Xray-core
Diffstat (limited to '.github/workflows/release.yml')
-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 7d9c288f..27b72263 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -47,11 +47,11 @@ jobs:
# Download dependencies
if [ "${{ matrix.platform }}" == "amd64" ]; then
- wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-linux-64.zip
+ wget https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-64.zip
unzip Xray-linux-64.zip
rm -f Xray-linux-64.zip
else
- wget https://github.com/mhsanaei/Xray-core/releases/latest/download/Xray-linux-arm64-v8a.zip
+ wget https://github.com/XTLS/Xray-core/releases/download/v1.8.1/Xray-linux-arm64-v8a.zip
unzip Xray-linux-arm64-v8a.zip
rm -f Xray-linux-arm64-v8a.zip
fi