Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-08-03 18:02:50 +0300
committerjspijker <j.spijker@ultimaker.com>2022-08-03 18:02:50 +0300
commitcc329955f0e3b637aecf6ac995ed35ddaa85ed41 (patch)
tree7f7b5291d63512a1cf23c132b88850ff1d51c66c
parent7bd90d21abc878dca61e2fb1e50d0617524144a6 (diff)
Just do an actual create
Contributes to CURA-8831
-rw-r--r--.github/workflows/conan-recipe-export.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml
index c16b99541e..cab21604fe 100644
--- a/.github/workflows/conan-recipe-export.yml
+++ b/.github/workflows/conan-recipe-export.yml
@@ -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 }}