Browse Source

Create a Linux AppImage

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
b35a8bf3ae
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/cura-installer.yml

+ 5 - 0
.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: