Skip to content

Commit

Permalink
forgot linux tag name
Browse files Browse the repository at this point in the history
Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
  • Loading branch information
MHSanaei and somebodywashere committed May 31, 2023
1 parent 3eebd7c commit 48dce38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48dce38

Please sign in to comment.