diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-31 23:20:37 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-31 23:20:37 +0300 |
| commit | 48dce38e14ffe3f96d4a9a5b85f6971be34d5448 (patch) | |
| tree | ae90dc046ec4c7dfb9dd6161ac6d4b195f7ad6cb /.github | |
| parent | 3eebd7c3e5fb92d48c4908b57f71a71504eb8440 (diff) | |
forgot linux tag name
Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 8 |
1 files 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 |
