Skip to content

Sync with main

Sync with main #235

Workflow file for this run

name: conan-package
on:
workflow_dispatch:
push:
paths:
- '*.xml.*'
- '*.sig'
- 'conanfile.py'
- 'conandata.yml'
- '.github/workflows/conan-package.yml'
- '.github/workflows/requirements*.txt'
branches:
- main
- master
- 'PP-*'
- 'CURA-*'
- 'NP-*'
- '[0-9].[0-9]*'
jobs:
conan-recipe-version:
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-version.yml@main
with:
project_name: fdm_materials

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

View workflow run for this annotation

GitHub Actions / conan-package

Invalid workflow file

The workflow is not valid. .github/workflows/conan-package.yml (Line: 25, Col: 21): Invalid input, project_name is not defined in the referenced workflow.
conan-package-export-linux:
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