mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Remove double .dmg at the end of file name.
Fix typo in msi_instaler CURA-6867
This commit is contained in:
parent
116d2b9ce5
commit
0f683d301a
2 changed files with 3 additions and 5 deletions
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
|
@ -251,7 +251,7 @@ jobs:
|
|||
if "${{ runner.os }}" == "Windows":
|
||||
installer_ext = "msi" if "${{ inputs.msi_installer }}" == "true" else "exe"
|
||||
elif "${{ runner.os }}" == "macOS":
|
||||
installer_ext = "pkg" if "${{ inputs.mis_installer }}" == "true" else "dmg"
|
||||
installer_ext = "pkg" if "${{ inputs.msi_installer }}" == "true" else "dmg"
|
||||
else:
|
||||
installer_ext = "AppImage"
|
||||
output_env = os.environ["GITHUB_OUTPUT"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue