Skip to content

Apply suggestions from code review #115

Apply suggestions from code review

Apply suggestions from code review #115

Workflow file for this run

name: conan-package
on:
push:
paths:
- 'cura/**'
- 'uranium/**'
- 'windows'
- '.github/workflows/conan-package.yml'
- '.github/workflows/requirements-runner.txt'
- 'conanfile.py'
- 'conandata.yml'
branches:
- main
- 'CURA-*'
- '[0-9].[0-9]*'
tags:
- '[0-9]+.[0-9]+.[0-9]*'
- '[0-9]+.[0-9]+.[0-9]'
jobs:
conan-recipe-version:
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@main
with:
project_name: cura_binary_data
conan-package-export:
needs: [ conan-recipe-version ]
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@main
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
secrets: inherit
conan-package-create-windows:
needs: [ conan-recipe-version, conan-package-export ]
uses: ultimaker/cura-workflows/.github/workflows/conan-package-create-windows.yml@CURA-10831

Check failure on line 38 in .github/workflows/conan-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conan-package.yml

Invalid workflow file

error parsing called workflow ".github/workflows/conan-package.yml" -> "ultimaker/cura-workflows/.github/workflows/conan-package-create-windows.yml@CURA-10831" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
secrets: inherit
conan-package-create-linux:
needs: [ conan-recipe-version, conan-package-export ]
uses: ultimaker/cura-workflows/.github/workflows/conan-package-create-linux.yml@main
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
secrets: inherit