diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-09 16:43:18 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-09 17:15:10 +0300 |
| commit | fdf31d80e7b378bc20e4958e2893b72caf088602 (patch) | |
| tree | 87232b406852260c0b39620e25a93d0b8023b7d6 /.github | |
| parent | f8fccc057ba6a28b60fc07f78e7f2140bf742cdf (diff) | |
Update dependencies and Xray v1.8.7
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 865efcda..87be5c29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,15 +52,15 @@ jobs: # Download dependencies if [ "${{ matrix.platform }}" == "amd64" ]; then - wget https://github.com/XTLS/Xray-core/releases/download/v1.8.6/Xray-linux-64.zip + wget https://github.com/XTLS/Xray-core/releases/download/v1.8.7/Xray-linux-64.zip unzip Xray-linux-64.zip rm -f Xray-linux-64.zip elif [ "${{ matrix.platform }}" == "arm64" ]; then - wget https://github.com/XTLS/Xray-core/releases/download/v1.8.6/Xray-linux-arm64-v8a.zip + wget https://github.com/XTLS/Xray-core/releases/download/v1.8.7/Xray-linux-arm64-v8a.zip unzip Xray-linux-arm64-v8a.zip rm -f Xray-linux-arm64-v8a.zip else - wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-arm32-v7a.zip + wget https://github.com/XTLS/Xray-core/releases/download/v1.8.7/Xray-linux-arm32-v7a.zip unzip Xray-linux-arm32-v7a.zip rm -f Xray-linux-arm32-v7a.zip fi |
