mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 23:45:55 +08:00
Merge branch 'main' into CURA-9522
# Conflicts: # .github/workflows/cura-all-installers.yml
This commit is contained in:
commit
12f2246f1c
6
.github/workflows/cura-all-installers.yml
vendored
6
.github/workflows/cura-all-installers.yml
vendored
@ -72,7 +72,6 @@ jobs:
|
|||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: 'false'
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
windows-installer-create-msi:
|
windows-installer-create-msi:
|
||||||
@ -87,7 +86,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 +101,6 @@ jobs:
|
|||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: 'false'
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
linux-modern-installer-create:
|
linux-modern-installer-create:
|
||||||
@ -117,7 +115,6 @@ jobs:
|
|||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: 'false'
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
macos-installer-create:
|
macos-installer-create:
|
||||||
@ -132,5 +129,4 @@ jobs:
|
|||||||
enterprise: ${{ inputs.enterprise }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
installer: ${{ inputs.installer }}
|
installer: ${{ inputs.installer }}
|
||||||
msi: 'false'
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
6
.github/workflows/cura-installer.yml
vendored
6
.github/workflows/cura-installer.yml
vendored
@ -46,9 +46,9 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
msi:
|
msi:
|
||||||
description: 'Create the msi'
|
description: 'Create the msi'
|
||||||
default: 'false'
|
default: false
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: boolean
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user