mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 08:11:09 -07:00
Also create the generator folder
Contributes to CURA-8831
This commit is contained in:
parent
2845b9a42b
commit
15e1d063d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-export.yml
vendored
2
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
- name: Export the Package (binaries)
|
- name: Export the Package (binaries)
|
||||||
if: ${{ inputs.conan_export_binaries }}
|
if: ${{ inputs.conan_export_binaries }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p venv
|
mkdir -p venv/conan
|
||||||
conan export-pkg . ${{ inputs.recipe_id_full }}
|
conan export-pkg . ${{ inputs.recipe_id_full }}
|
||||||
|
|
||||||
- name: Export the Package
|
- name: Export the Package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue