mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 23:36:18 +00:00
Update test.yml
This commit is contained in:
parent
03b69dd87e
commit
e5a1b82bc0
1 changed files with 5 additions and 7 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -65,18 +65,16 @@ jobs:
|
||||||
|
|
||||||
mv xray xray-linux-armv7
|
mv xray xray-linux-armv7
|
||||||
|
|
||||||
- name: Package and Upload
|
- name: Package
|
||||||
run: |
|
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
|
||||||
cd ../..
|
|
||||||
|
|
||||||
tar -zcvf x-ui-linux-armv7.tar.gz x-ui
|
|
||||||
|
|
||||||
|
- name: Upload
|
||||||
uses: svenstaro/upload-release-action@2.7.0
|
uses: svenstaro/upload-release-action@2.7.0
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file: x-ui-linux-armv7.tar.gz
|
file: x-ui-linux-${{ matrix.platform }}.tar.gz
|
||||||
asset_name: x-ui-linux-armv7.tar.gz
|
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
|
||||||
prerelease: true
|
prerelease: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue