prevent appimage from murdering the runner
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user