Update release.yml

This commit is contained in:
Hossein Fakharzadeh 2023-04-18 13:09:21 +03:30 committed by GitHub
parent da176da1d8
commit c8ad1b46ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: