prevent appimage from murdering the runner
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
1f091191f2
commit
609f5e48e0
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue