mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Pass the app name into the build_macos script so that it matches the app name used in UltiMaker-Cura.spec.jinja
This commit is contained in:
parent
36d3662750
commit
e834cce32a
3 changed files with 14 additions and 12 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
@ -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 ../cura_inst . $CURA_CONAN_VERSION "${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}"
|
||||
run: python ../cura_inst/packaging/MacOS/build_macos.py ../cura_inst . $CURA_CONAN_VERSION "${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}" $CURA_APP_NAME
|
||||
working-directory: dist
|
||||
|
||||
- name: Upload the artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue