Remove AppImage packaging and upload steps

Removed AppImage packaging and upload steps from the workflow.
This commit is contained in:
JieXu 2025-10-26 08:34:52 +08:00 committed by GitHub
parent 88e4298dd8
commit 0af9687fb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,21 +68,6 @@ jobs:
file_glob: true file_glob: true
prerelease: 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 # release zip archive
- name: Package release zip archive - name: Package release zip archive
if: github.event.inputs.release_tag != '' if: github.event.inputs.release_tag != ''