diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-17 17:20:27 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-17 17:21:03 +0300 |
| commit | 4d4eef8d8afae8d1f2db6b8b4d28979e04df41fb (patch) | |
| tree | 854e8bcd4753f1ef38d37a6a4120cbdb74803b00 /.github/workflows | |
| parent | 9de8b4acaf66332678ea0b915c6e3157cbe97b5b (diff) | |
Xray Core v1.8.19
Diffstat (limited to '.github/workflows')
| -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 f05a8b06..511602f2 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.18/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.19/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip |
