diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-16 02:08:14 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-16 02:33:24 +0300 |
| commit | f21c293693b723d12dcbb1a2e8035e25ac230743 (patch) | |
| tree | 66b8c8d913dec1c8d63fbe7854b3b7a7fb86ebc0 /.github/workflows | |
| parent | 56159d9c5258e80ae1210298efd5da6440738370 (diff) | |
Xray core v1.8.18
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab891ebb..128be2ac 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.17/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.18/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip @@ -129,8 +129,8 @@ jobs: - name: Upload files to Artifacts uses: actions/upload-artifact@v4 with: - name: x-ui-linux-${{ matrix.platform }}.tar.gz - path: ./x-ui-linux-${{ matrix.platform }}.tar.gz + name: x-ui-linux-${{ matrix.platform }} + path: ./x-ui-linux-${{ matrix.platform }} - name: Upload files to GH release uses: svenstaro/upload-release-action@v2 |
