Fix Package AppImage script (#6794)

Co-authored-by: nayeko <nayeko@users.noreply.github.com>
This commit is contained in:
nayeko
2025-02-25 10:06:33 +08:00
committed by GitHub
parent ae495dde54
commit dbd3ca44c2
3 changed files with 50 additions and 71 deletions

View File

@@ -68,9 +68,8 @@ jobs:
- name: Package AppImage
if: github.event.inputs.release_tag != ''
run: |
chmod 755 package-appimage.sh
./package-appimage.sh $OutputArch $OutputPath64 ${{ github.event.inputs.release_tag }}
./package-appimage.sh $OutputArchArm $OutputPathArm64 ${{ github.event.inputs.release_tag }}
chmod a+x package-appimage.sh
./package-appimage.sh
- name: Upload AppImage to release
uses: svenstaro/upload-release-action@v2