prevent appimage from murdering the runner
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
f0c9fa5355
commit
4596295b51
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
|
- name: Package AppImage
|
||||||
run: |
|
run: |
|
||||||
./.ci/package-appimage.sh v3
|
./.ci/package-appimage.sh v3 &> /dev/null
|
||||||
|
|
||||||
- name: Upload Linux artifacts
|
- name: Upload Linux artifacts
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue