From 0af9687fb6427cfc035d5bb8896892efd07aa4b0 Mon Sep 17 00:00:00 2001 From: JieXu Date: Sun, 26 Oct 2025 08:34:52 +0800 Subject: [PATCH] Remove AppImage packaging and upload steps Removed AppImage packaging and upload steps from the workflow. --- .github/workflows/build-linux.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index d5f9b1c5..0911b25c 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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 != ''