From 1bfa31451b8ef6b9d582e047111e40fa2dde5874 Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Thu, 24 Oct 2024 19:10:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Pipe=20experiment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2bb1cfa..0bfa023 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,8 @@ jobs: --appdir=$APP_DIR \ --output appimage \ --desktop-file $APP_DIR/myapp.desktop \ - --icon-file $APP_DIR/myapp.png + --icon-file $APP_DIR/myapp.png \ + --no-fuse # Upload the AppImage as an artifact (optional) - name: Upload AppImage artifact