From 6e7ac62808819bcdd4239517b91a0cf12b7680cd Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 20 Jul 2022 16:54:24 +0200 Subject: [PATCH] actually create the package Contributes to CURA-9430 --- .github/workflows/conan-package-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml index 2d455a0f31..964d35f0da 100644 --- a/.github/workflows/conan-package-create.yml +++ b/.github/workflows/conan-package-create.yml @@ -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' }}