Skip to content

Add Tough PLA. Ony used at the moment to look up the material name wh… #149

Add Tough PLA. Ony used at the moment to look up the material name wh…

Add Tough PLA. Ony used at the moment to look up the material name wh… #149

Workflow file for this run

name: conan-package
on:
workflow_dispatch:
push:
paths:
- '*.xml.*'
- '*.sig'
- 'conanfile.py'
- '.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
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