prevent appimage from murdering the runner

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-20 20:40:12 -04:00
parent 1f091191f2
commit 609f5e48e0

View file

@ -170,7 +170,7 @@ jobs:
- name: Package AppImage
run: |
./.ci/package-appimage.sh v3
./.ci/package-appimage.sh v3 &> /dev/null
- name: Upload Linux artifacts
uses: forgejo/upload-artifact@v4