mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-24 03:46:53 +00:00
Update release.yml
This commit is contained in:
parent
3963545278
commit
ba0668b7b1
1 changed files with 8 additions and 8 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
@ -36,15 +36,15 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
- name: package
|
- name: package
|
||||||
run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui
|
run: tar -zcvf 3x-ui-linux-amd64.tar.gz x-ui
|
||||||
- name: upload
|
- name: upload
|
||||||
uses: svenstaro/upload-release-action@2.5.0
|
uses: svenstaro/upload-release-action@2.5.0
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file: x-ui-linux-amd64.tar.gz
|
file: 3x-ui-linux-amd64.tar.gz
|
||||||
asset_name: x-ui-linux-amd64.tar.gz
|
asset_name: 3x-ui-linux-amd64.tar.gz
|
||||||
prerelease: true
|
prerelease: false
|
||||||
overwrite: true
|
overwrite: true
|
||||||
linuxarm64build:
|
linuxarm64build:
|
||||||
name: build x-ui arm64 version
|
name: build x-ui arm64 version
|
||||||
|
@ -78,13 +78,13 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
- name: package
|
- name: package
|
||||||
run: tar -zcvf x-ui-linux-arm64.tar.gz x-ui
|
run: tar -zcvf 3x-ui-linux-arm64.tar.gz x-ui
|
||||||
- name: upload
|
- name: upload
|
||||||
uses: svenstaro/upload-release-action@2.5.0
|
uses: svenstaro/upload-release-action@2.5.0
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file: x-ui-linux-arm64.tar.gz
|
file: 3x-ui-linux-arm64.tar.gz
|
||||||
asset_name: x-ui-linux-arm64.tar.gz
|
asset_name: 3x-ui-linux-arm64.tar.gz
|
||||||
prerelease: true
|
prerelease: false
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
Loading…
Reference in a new issue