From 4748f4abe6e6830f17b54f9f4b6bf037cc4cd792 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Tue, 13 Dec 2022 16:23:42 +0100 Subject: [PATCH] Update workflow to reflect new MacOS build script location CURA-6867 --- .github/workflows/cura-installer.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 082c707488..084a82f85e 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -235,9 +235,9 @@ jobs: run: python ../cura_inst/packaging/AppImage/create_appimage.py ./UltiMaker-Cura $CURA_VERSION_FULL "UltiMaker-Cura-$CURA_VERSION_FULL-${{ inputs.os_name }}.AppImage" working-directory: dist - - name: Create the MacOS dmg (Bash) + - name: Create the MacOS dmg and/or pkg (Bash) if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }} - run: python ../cura_inst/packaging/dmg/dmg_sign_noterize.py ../cura_inst . "UltiMaker-Cura-$CURA_VERSION_FULL-${{ inputs.os_name }}.dmg" + run: python ../cura_inst/packaging/MacOs/build_macos.py ../cura_inst . "UltiMaker-Cura-$CURA_VERSION_FULL-${{ inputs.os_name }}" working-directory: dist - name: Upload the artifacts @@ -250,6 +250,7 @@ jobs: dist/*.exe dist/*.msi dist/*.dmg + dist/*.pkg dist/*.AppImage dist/*.asc retention-days: 5