From 48dce38e14ffe3f96d4a9a5b85f6971be34d5448 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 31 May 2023 23:50:37 +0330 Subject: [PATCH] forgot linux tag name Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com> --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8b9ffae..cd3a90b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,18 +59,18 @@ jobs: wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat wget https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat wget https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat - mv xray xray-${{ matrix.platform }} + mv xray xray-linux-${{ matrix.platform }} cd ../.. - name: Package - run: tar -zcvf x-ui-${{ matrix.platform }}.tar.gz x-ui + run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui - name: Upload uses: svenstaro/upload-release-action@2.6.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} - file: x-ui-${{ matrix.platform }}.tar.gz - asset_name: x-ui-${{ matrix.platform }}.tar.gz + file: x-ui-linux-${{ matrix.platform }}.tar.gz + asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz prerelease: true overwrite: true