mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 19:35:53 +08:00
fixed missing qoutes
Contributes to CURA-8415
This commit is contained in:
parent
fce1aba6a6
commit
67caa185db
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -180,7 +180,7 @@ jobs:
|
||||
import os
|
||||
enterprise = "-Enterprise" if "${{ inputs.enterprise }}" == "true" else ""
|
||||
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-linux-${{ inputs.architecture }}"
|
||||
if ${{ inputs.operating_system }} == "ubuntu-22.04":
|
||||
if "${{ inputs.operating_system }}" == "ubuntu-22.04":
|
||||
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-linux-modern-${{ inputs.architecture }}"
|
||||
else:
|
||||
installer_filename = f"UltiMaker-Cura-{os.getenv('CURA_VERSION_FULL')}{enterprise}-linux-${{ inputs.architecture }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user