From 7bd90d21abc878dca61e2fb1e50d0617524144a6 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 3 Aug 2022 16:59:01 +0200 Subject: [PATCH] First do a build Contributes to CURA-8831 --- .github/workflows/conan-recipe-export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index c351af6b15..c16b99541e 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -82,7 +82,7 @@ jobs: - name: Export the Package (binaries) if: ${{ inputs.conan_export_binaries }} run: | - mkdir -p venv/conan + conan build . conan export-pkg . ${{ inputs.recipe_id_full }} - name: Export the Package