actually create the package

Contributes to CURA-9430
This commit is contained in:
j.spijker@ultimaker.com 2022-07-20 16:54:24 +02:00 committed by Jelle Spijker
parent 0676dea789
commit 6e7ac62808

View file

@ -120,7 +120,7 @@ jobs:
- name: Create the Packages (from source)
if: ${{ inputs.create_from_source }}
run: conan install . ${{ inputs.recipe_id_full }} --build=missing --update
run: conan create . ${{ inputs.recipe_id_full }} --build=missing --update
- name: Remove the latest alias
if: ${{ inputs.create_from_source && inputs.recipe_id_latest != '' && runner.os == 'Linux' }}