mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:29:00 +08:00
Use workflows from dev branch
This commit is contained in:
parent
f1c0859325
commit
f76deb71ab
10
.github/workflows/installers.yml
vendored
10
.github/workflows/installers.yml
vendored
@ -65,7 +65,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
default_values:
|
default_values:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-default-value.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-default-value.yml@CURA-10769_automate_release_action
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
latest_release: '5.6'
|
latest_release: '5.6'
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
latest_release_tag: 'nightly'
|
latest_release_tag: 'nightly'
|
||||||
|
|
||||||
windows-installer:
|
windows-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@CURA-10769_automate_release_action
|
||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
linux-installer:
|
linux-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@CURA-10769_automate_release_action
|
||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
macos-installer:
|
macos-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@CURA-10769_automate_release_action
|
||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
macos-arm-installer:
|
macos-arm-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@CURA-10769_automate_release_action
|
||||||
needs: [ default_values ]
|
needs: [ default_values ]
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
cura_conan_version: ${{ needs.default_values.outputs.cura_conan_version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user