Update test.yml

This commit is contained in:
quydang 2023-10-04 17:39:12 +07:00 committed by GitHub
parent 03b69dd87e
commit e5a1b82bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,18 +65,16 @@ jobs:
mv xray xray-linux-armv7
- name: Package and Upload
run: |
cd ../..
tar -zcvf x-ui-linux-armv7.tar.gz x-ui
- name: Package
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
- name: Upload
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: x-ui-linux-armv7.tar.gz
asset_name: x-ui-linux-armv7.tar.gz
file: x-ui-linux-${{ matrix.platform }}.tar.gz
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
prerelease: true
overwrite: true