mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-18 10:22:16 -07:00
Rename MacOs -> MacOS
CURA-6867
This commit is contained in:
parent
11b2c94988
commit
9ae3bc37dc
6 changed files with 5 additions and 5 deletions
2
.github/workflows/cura-all-installers.yml
vendored
2
.github/workflows/cura-all-installers.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue