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