mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:15:52 +08:00
Use a string instead of bool for the input
Contributes to CURA-8607 and CURA-9157
This commit is contained in:
parent
3a6589a6be
commit
04cc977967
4
.github/workflows/cura-all-installers.yml
vendored
4
.github/workflows/cura-all-installers.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
||||
windows-installer-create-msi:
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: true
|
||||
msi: 'true'
|
||||
secrets: inherit
|
||||
|
||||
linux-installer-create:
|
||||
|
Loading…
x
Reference in New Issue
Block a user