diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index a638e00..84db90a 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -27,7 +27,7 @@ jobs: project_name: pyarcus # FIXME: Use main once merged - conan-package-export: + conan-recipe-export: needs: [ conan-recipe-version ] uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@CURA-11622_conan_v2 with: @@ -75,4 +75,4 @@ jobs: recipe_id_user: ${{ needs.conan-recipe-version.outputs.user }} recipe_id_channel: ${{ needs.conan-recipe-version.outputs.channel }} recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }} - secrets: inherit \ No newline at end of file + secrets: inherit