mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Just do an actual create
Contributes to CURA-8831
This commit is contained in:
parent
7bd90d21ab
commit
cc329955f0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/conan-recipe-export.yml
vendored
4
.github/workflows/conan-recipe-export.yml
vendored
|
@ -81,9 +81,7 @@ jobs:
|
|||
|
||||
- name: Export the Package (binaries)
|
||||
if: ${{ inputs.conan_export_binaries }}
|
||||
run: |
|
||||
conan build .
|
||||
conan export-pkg . ${{ inputs.recipe_id_full }}
|
||||
run: conan create . ${{ inputs.recipe_id_full }} --build=missing --update
|
||||
|
||||
- name: Export the Package
|
||||
if: ${{ !inputs.conan_export_binaries }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue