From 15e1d063d892d64b4d4962ecc16da8ab994366ee Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 3 Aug 2022 16:51:54 +0200 Subject: [PATCH] Also create the generator folder 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 10cfa0c461..c351af6b15 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 + mkdir -p venv/conan conan export-pkg . ${{ inputs.recipe_id_full }} - name: Export the Package