mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Check against macOS
Contribute to CURA-9157 and CURA-6867
This commit is contained in:
parent
3e4453f48b
commit
16d2dbf750
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
@ -238,7 +238,7 @@ jobs:
|
|||
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-${{ inputs.os_name }}"
|
||||
if "${{ runner.os }}" == "Windows":
|
||||
installer_ext = "msi" if "${{ inputs.msi_installer }}" == "true" else "exe"
|
||||
elif "${{ runner.os }}" == "Macos":
|
||||
elif "${{ runner.os }}" == "macOS":
|
||||
installer_ext = "dmg"
|
||||
else:
|
||||
installer_ext = "AppImage"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue