diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-10 11:51:31 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-10 11:51:31 +0300 |
| commit | f408bd7c77be1c2aede29eb6e88676b07276226e (patch) | |
| tree | 7e5643648f3735d7a972fdc3db0a682cea87c2d6 /.github/workflows | |
| parent | ad13ce6cde04f989009541fd9ce4bdb0ba5f8646 (diff) | |
Xray core v2.3.6 + update dependencies
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 6528d218..a08d21db 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/v25.3.3/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.3.6/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget -q ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip |
