mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Merge branch 'main' into CURA-9522
# Conflicts: # .github/workflows/cura-all-installers.yml
This commit is contained in:
commit
12f2246f1c
2 changed files with 4 additions and 8 deletions
6
.github/workflows/cura-all-installers.yml
vendored
6
.github/workflows/cura-all-installers.yml
vendored
|
@ -72,7 +72,6 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
||||
windows-installer-create-msi:
|
||||
|
@ -87,7 +86,7 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: 'true'
|
||||
msi: true
|
||||
secrets: inherit
|
||||
|
||||
linux-installer-create:
|
||||
|
@ -102,7 +101,6 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
||||
linux-modern-installer-create:
|
||||
|
@ -117,7 +115,6 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
||||
macos-installer-create:
|
||||
|
@ -132,5 +129,4 @@ jobs:
|
|||
enterprise: ${{ inputs.enterprise }}
|
||||
staging: ${{ inputs.staging }}
|
||||
installer: ${{ inputs.installer }}
|
||||
msi: 'false'
|
||||
secrets: inherit
|
||||
|
|
6
.github/workflows/cura-installer.yml
vendored
6
.github/workflows/cura-installer.yml
vendored
|
@ -46,9 +46,9 @@ on:
|
|||
type: boolean
|
||||
msi:
|
||||
description: 'Create the msi'
|
||||
default: 'false'
|
||||
required: true
|
||||
type: string
|
||||
default: false
|
||||
required: false
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue