prevent appimage from murdering the runner
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
1f091191f2
commit
609f5e48e0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue