fixed missing qoutes

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-19 00:43:49 +02:00
parent fce1aba6a6
commit 67caa185db
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

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