From bdbf34afbe26fb73c8417f7ed368d3d5ec984eb1 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 5 Sep 2024 15:32:25 +0200 Subject: [PATCH] Set proper step name --- .github/workflows/conan-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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