mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:35:56 +08:00
Require the msi input
This commit is contained in:
parent
4e08e0528e
commit
02d9de1aff
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…
x
Reference in New Issue
Block a user