From f21c293693b723d12dcbb1a2e8035e25ac230743 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 16 Jul 2024 01:08:14 +0200 Subject: Xray core v1.8.18 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3