mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 18:33:13 +08:00
Export-pkg requires a build dir
Contributes to CURA-8831
This commit is contained in:
parent
145194cc25
commit
2845b9a42b
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)
|
- name: Export the Package (binaries)
|
||||||
if: ${{ inputs.conan_export_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
|
- name: Export the Package
|
||||||
if: ${{ !inputs.conan_export_binaries }}
|
if: ${{ !inputs.conan_export_binaries }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user