From b35a8bf3ae2f1d28f830e5ddf1c5eed0205a6b1c Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Fri, 1 Jul 2022 12:36:41 +0200 Subject: [PATCH] Create a Linux AppImage Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 5e35765610..01769f439a 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -157,6 +157,11 @@ jobs: makensis /V2 /P4 Ultimaker-Cura.nsi working-directory: dist + - name: Create the Linux AppImage (Bash) + if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Linux' }} + run: python ./Ultimaker-Cura $CURA_VERSION_FULL + working-directory: dist + - name: Upload the artifacts uses: actions/upload-artifact@v3 with: