mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 23:29:01 +08:00
Merge remote-tracking branch 'origin/main' into CURA-9157
This commit is contained in:
commit
37b394c756
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…
x
Reference in New Issue
Block a user