From f9a3ff01c83105f7d64972b2649674388ef2b990 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 21 Jun 2022 14:08:50 +0200 Subject: [PATCH] Always upload to Artifactory The dependencies might have been build, no need to rebuild them Contributes to CURA-9365 --- .github/workflows/conan-package-create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml index 265505bb6c..94152d768b 100644 --- a/.github/workflows/conan-package-create.yml +++ b/.github/workflows/conan-package-create.yml @@ -96,6 +96,7 @@ jobs: run: conan install ${{ inputs.recipe_id_full }} --build=missing --update - name: Upload the Package(s) + if: always() run: | conan upload "*" -r cura --all -c conan upload "*" -r cura-ce -c