diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-12-16 12:00:15 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-12-16 12:00:15 +0300 |
| commit | 88a17cd22755cc8c22f6214c7ac5b83c44b429ee (patch) | |
| tree | e723f9a3e2b8fde561837c8fd982b594f5cda750 /.github/workflows | |
| parent | b60387accb884a6745b4c8ae89ef6e81baa68890 (diff) | |
Xray core v24.12.15
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 42e83c89..84a00cf6 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/v24.11.30/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v24.12.15/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip |
