mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
msi input as a string
This commit is contained in:
parent
02d9de1aff
commit
f4bfe915e1
2 changed files with 7 additions and 7 deletions
10
.github/workflows/cura-all-installers.yml
vendored
10
.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:
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
||||
linux-modern-installer-create:
|
||||
|
@ -117,7 +117,7 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
||||
macos-installer-create:
|
||||
|
@ -132,5 +132,5 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
|
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
|
@ -47,8 +47,8 @@ on:
|
|||
msi:
|
||||
description: 'Create the msi'
|
||||
default: false
|
||||
required: true
|
||||
type: boolean
|
||||
required: 'true'
|
||||
type: string
|
||||
|
||||
env:
|
||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue