mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 14:09:00 +08:00
IDK
This commit is contained in:
parent
beac5b7eb1
commit
2aba5ca840
4
.github/workflows/cura-all-installers.yml
vendored
4
.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:
|
||||
@ -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
|
||||
|
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
@ -46,9 +46,9 @@ on:
|
||||
type: boolean
|
||||
msi:
|
||||
description: 'Create the msi'
|
||||
default: 'false'
|
||||
default: false
|
||||
required: true
|
||||
type: string
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user