mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update release.yml
This commit is contained in:
parent
da176da1d8
commit
c8ad1b46ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
cd ..
|
||||
cd ..
|
||||
- name: package
|
||||
run: tar -zcvf 3x-ui-linux-amd64.tar.gz x-ui
|
||||
run: tar -zcvf 3x-ui-linux-amd64.tar.gz 3x-ui
|
||||
- name: upload
|
||||
uses: svenstaro/upload-release-action@2.5.0
|
||||
with:
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
cd ..
|
||||
cd ..
|
||||
- name: package
|
||||
run: tar -zcvf 3x-ui-linux-arm64.tar.gz x-ui
|
||||
run: tar -zcvf 3x-ui-linux-arm64.tar.gz 3x-ui
|
||||
- name: upload
|
||||
uses: svenstaro/upload-release-action@2.5.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue