mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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 }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: false
|
msi: 'false'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
windows-installer-create-msi:
|
windows-installer-create-msi:
|
||||||
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: true
|
msi: 'true'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
linux-installer-create:
|
linux-installer-create:
|
||||||
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: false
|
msi: 'false'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
linux-modern-installer-create:
|
linux-modern-installer-create:
|
||||||
|
|
@ -117,7 +117,7 @@ jobs:
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: false
|
msi: 'false'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
macos-installer-create:
|
macos-installer-create:
|
||||||
|
|
@ -132,5 +132,5 @@ jobs:
|
||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: false
|
msi: 'false'
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
|
||||||
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
|
|
@ -47,8 +47,8 @@ on:
|
||||||
msi:
|
msi:
|
||||||
description: 'Create the msi'
|
description: 'Create the msi'
|
||||||
default: false
|
default: false
|
||||||
required: true
|
required: 'true'
|
||||||
type: boolean
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue