mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-27 10:30:08 +00:00
Update test.yml
This commit is contained in:
parent
51c5e905f8
commit
880157526f
1 changed files with 4 additions and 5 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -81,12 +81,10 @@ jobs:
|
||||||
|
|
||||||
mv xray xray-linux-${{ matrix.platform }}
|
mv xray xray-linux-${{ matrix.platform }}
|
||||||
|
|
||||||
- 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-${{ matrix.platform }}.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 }}
|
||||||
|
|
@ -96,3 +94,4 @@ jobs:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue