mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06: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
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue