Update workflow to reflect new MacOS build script location

CURA-6867
This commit is contained in:
Joey de l'Arago 2022-12-13 16:23:42 +01:00
parent 3510bc55f9
commit 4748f4abe6

View file

@ -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