mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Use lowercase cura_conan_version
Contributes to CURA-10988
This commit is contained in:
parent
bbf480d4a3
commit
c526ef6fb7
1 changed files with 6 additions and 6 deletions
12
.github/workflows/installers.yml
vendored
12
.github/workflows/installers.yml
vendored
|
@ -31,8 +31,8 @@ on:
|
|||
type: boolean
|
||||
|
||||
schedule:
|
||||
# Daily at 5:20 CET
|
||||
- cron: '20 4 * * *'
|
||||
# Daily at 8:10 CET
|
||||
- cron: '10 7 * * *'
|
||||
|
||||
env:
|
||||
CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
windows-installer:
|
||||
uses: ./.github/workflows/windows.yml
|
||||
with:
|
||||
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }}
|
||||
cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
|
||||
conan_args: ${{ github.event.inputs.conan_args }}
|
||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
linux-installer:
|
||||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }}
|
||||
cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
|
||||
conan_args: ${{ github.event.inputs.conan_args }}
|
||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
macos-installer:
|
||||
uses: ./.github/workflows/macos.yml
|
||||
with:
|
||||
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }}
|
||||
cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
|
||||
conan_args: ${{ github.event.inputs.conan_args }}
|
||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
# macos-arm-installer:
|
||||
# uses: ./.github/workflows/macos.yml
|
||||
# with:
|
||||
# cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }}
|
||||
# cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
|
||||
# conan_args: ${{ github.event.inputs.conan_args }}
|
||||
# enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||
# staging: ${{ github.event.inputs.staging == 'true' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue