diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-04-04 22:20:07 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-04-04 22:20:07 +0300 |
| commit | 878e0d02cd01a045f4f32464124c59e24f98aedd (patch) | |
| tree | dae6e69f913f91968ab5e59458072a6a5220b8d0 /.github/workflows/release.yml | |
| parent | b15ea1f74dab2a641192b66abac3aaf446cdb4ea (diff) | |
Xray Core v25.3.31
+update dependencies
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 0513b6cd..1d267b5d 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.6/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.3.31/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget -q ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip |
