Update build-linux.yml

This commit is contained in:
JieXu 2025-10-23 08:52:41 +08:00 committed by GitHub
parent e776103729
commit 3e7bb81d13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,21 +68,6 @@ jobs:
file_glob: true
prerelease: true
- name: Package AppImage
if: github.event.inputs.release_tag != ''
run: |
chmod a+x package-appimage.sh
./package-appimage.sh
- name: Upload AppImage to release
uses: svenstaro/upload-release-action@v2
if: github.event.inputs.release_tag != ''
with:
file: ${{ github.workspace }}/v2rayN*.AppImage
tag: ${{ github.event.inputs.release_tag }}
file_glob: true
prerelease: true
# release zip archive
- name: Package release zip archive
if: github.event.inputs.release_tag != ''