diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 09:29:52 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 09:29:52 +0300 |
| commit | d3377cd45effb3f95bb5b1023fd4d386d8c2e469 (patch) | |
| tree | 96632b9c1986e8ce83d9ad293cccdc3b2f0243bd /.github | |
| parent | 64a5a9f1bc91297bf46ddda9fc3575e582acd83f (diff) | |
Upgrade Xray Core to v1.8.9
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 790c3a1a..feed7051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.8/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.9/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip |
