Rename MacOs -> MacOS

CURA-6867
This commit is contained in:
Joey de l'Arago 2023-01-11 13:27:26 +01:00
parent 11b2c94988
commit 9ae3bc37dc
6 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@ on:
required: true
type: boolean
build_macos:
description: 'Build for MacOs'
description: 'Build for MacOS'
default: true
required: true
type: boolean

View file

@ -310,7 +310,7 @@ jobs:
- name: Create the MacOS 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 . "${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }}"
working-directory: dist
- name: Upload the artifacts