Add source path back to macOs installer for fetching dmg background image

CURA-6867
This commit is contained in:
Joey de l'Arago 2023-01-12 16:19:24 +01:00
parent 3a24ab1bee
commit 116d2b9ce5
2 changed files with 2 additions and 1 deletions

View file

@ -310,7 +310,7 @@ jobs:
- name: Create the MacOS dmg and/or pkg (Bash)
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
run: python ../cura_inst/packaging/MacOS/build_macos.py . "${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}"
run: python ../cura_inst/packaging/MacOS/build_macos.py ../cura_inst . "${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}"
working-directory: dist
- name: Upload the artifacts