mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Export-pkg requires a build dir
Contributes to CURA-8831
This commit is contained in:
parent
145194cc25
commit
2845b9a42b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/conan-recipe-export.yml
vendored
4
.github/workflows/conan-recipe-export.yml
vendored
|
@ -81,7 +81,9 @@ jobs:
|
|||
|
||||
- name: Export the Package (binaries)
|
||||
if: ${{ inputs.conan_export_binaries }}
|
||||
run: conan export-pkg . ${{ inputs.recipe_id_full }}
|
||||
run: |
|
||||
mkdir -p venv
|
||||
conan export-pkg . ${{ inputs.recipe_id_full }}
|
||||
|
||||
- name: Export the Package
|
||||
if: ${{ !inputs.conan_export_binaries }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue