mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Require the msi input
This commit is contained in:
parent
4e08e0528e
commit
02d9de1aff
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cura-all-installers.yml
vendored
3
.github/workflows/cura-all-installers.yml
vendored
|
@ -102,6 +102,7 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
secrets: inherit
|
||||
|
||||
linux-modern-installer-create:
|
||||
|
@ -116,6 +117,7 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
secrets: inherit
|
||||
|
||||
macos-installer-create:
|
||||
|
@ -130,4 +132,5 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: false
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue