mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 07:44:22 +08:00
Use lowercase cura_conan_version
Contributes to CURA-10988
This commit is contained in:
parent
bbf480d4a3
commit
c526ef6fb7
12
.github/workflows/installers.yml
vendored
12
.github/workflows/installers.yml
vendored
@ -31,8 +31,8 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Daily at 5:20 CET
|
# Daily at 8:10 CET
|
||||||
- cron: '20 4 * * *'
|
- cron: '10 7 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}
|
CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
windows-installer:
|
windows-installer:
|
||||||
uses: ./.github/workflows/windows.yml
|
uses: ./.github/workflows/windows.yml
|
||||||
with:
|
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 }}
|
conan_args: ${{ github.event.inputs.conan_args }}
|
||||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
linux-installer:
|
linux-installer:
|
||||||
uses: ./.github/workflows/linux.yml
|
uses: ./.github/workflows/linux.yml
|
||||||
with:
|
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 }}
|
conan_args: ${{ github.event.inputs.conan_args }}
|
||||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
macos-installer:
|
macos-installer:
|
||||||
uses: ./.github/workflows/macos.yml
|
uses: ./.github/workflows/macos.yml
|
||||||
with:
|
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 }}
|
conan_args: ${{ github.event.inputs.conan_args }}
|
||||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
# macos-arm-installer:
|
# macos-arm-installer:
|
||||||
# uses: ./.github/workflows/macos.yml
|
# uses: ./.github/workflows/macos.yml
|
||||||
# with:
|
# 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 }}
|
# conan_args: ${{ github.event.inputs.conan_args }}
|
||||||
# enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
# enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||||
# staging: ${{ github.event.inputs.staging == 'true' }}
|
# staging: ${{ github.event.inputs.staging == 'true' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user