diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-29 13:33:46 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-29 13:33:46 +0300 |
| commit | bae89272b0b15ae5dcae026639992d0c3308cd36 (patch) | |
| tree | 3eb269eedf75b834622e1767f5381c9590ae2807 /.github/workflows/release.yml | |
| parent | 8408a45eff9f0445cafbf9c32eb824eb0d546dff (diff) | |
Xray Core v1.8.23
Diffstat (limited to '.github/workflows/release.yml')
| -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 659ba95a..5a61e6bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.21/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.23/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip |
