mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
Attempt to fix the syntax
This commit is contained in:
parent
e94caa2e3a
commit
c398314175
1 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
|
||||
create-cura-package:
|
||||
name: Create conan package for Cura
|
||||
uses: ultimaker/cura-workflows/.github/workflows/conan-package-release.yml@CURA-10769_automate_release_action
|
||||
uses: Ultimaker/Cura-workflows/.github/workflows/conan-package-release.yml@CURA-10769_automate_release_action
|
||||
needs: [parse-version, create-dependencies-packages]
|
||||
with:
|
||||
repository: Cura
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
|
||||
create-installers:
|
||||
name: Create installers
|
||||
uses: UltiMaker/Cura/.github/workflows/installers.yml@CURA-10769_automate_release_action
|
||||
uses: Ultimaker/Cura/.github/workflows/installers.yml@CURA-10769_automate_release_action
|
||||
needs: [parse-version, create-cura-package]
|
||||
with:
|
||||
cura_conan_version: cura/${{ inputs.cura_version }}@/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue