diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-11-20 02:11:05 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-11-20 02:11:05 +0300 |
| commit | d9fde8b64fa91bc4d8c0449c697efa04fd1cf272 (patch) | |
| tree | 8e49c72525a8dae1266307f06d4a12adb9aec44d /.github | |
| parent | 673e97e4e23e49316405947b2c1ac221f75c8fef (diff) | |
upgrade xray to v1.8.6
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 75d2aa78..820f3c2e 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/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-64.zip + wget https://github.com/XTLS/Xray-core/releases/download/v1.8.6/Xray-linux-64.zip unzip Xray-linux-64.zip rm -f Xray-linux-64.zip else - wget https://github.com/XTLS/Xray-core/releases/download/v1.8.4/Xray-linux-arm64-v8a.zip + wget https://github.com/XTLS/Xray-core/releases/download/v1.8.6/Xray-linux-arm64-v8a.zip unzip Xray-linux-arm64-v8a.zip rm -f Xray-linux-arm64-v8a.zip fi |
