Always upload to Artifactory

The dependencies might have been build,
no need to rebuild them

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-21 14:08:50 +02:00 committed by Jelle Spijker
parent b1a12cb70f
commit f9a3ff01c8

View File

@ -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