From cc329955f0e3b637aecf6ac995ed35ddaa85ed41 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 3 Aug 2022 17:02:50 +0200 Subject: [PATCH] Just do an actual create Contributes to CURA-8831 --- .github/workflows/conan-recipe-export.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index c16b99541e..cab21604fe 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -81,9 +81,7 @@ jobs: - name: Export the Package (binaries) if: ${{ inputs.conan_export_binaries }} - run: | - conan build . - conan export-pkg . ${{ inputs.recipe_id_full }} + run: conan create . ${{ inputs.recipe_id_full }} --build=missing --update - name: Export the Package if: ${{ !inputs.conan_export_binaries }}