Browse Source

Merge remote-tracking branch 'origin/main' into CURA-9157

Jelle Spijker 2 years ago
parent
commit
37b394c756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cura-installer.yml

+ 1 - 1
.github/workflows/cura-installer.yml

@@ -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"