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