Only upload ultimaker and _ to artifactory

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-19 07:45:17 +02:00 committed by jspijker
parent be361366b3
commit fe8686438d

View file

@ -100,5 +100,7 @@ jobs:
if: always()
run: |
# Only use --all (upload binaries) for the cura repository
conan upload "*" -r cura --all -c
conan upload "*" -r cura-ce -c
conan upload "*@ultimaker/*" -r cura --all -c
conan upload "*@_/_" -r cura --all -c
conan upload "*@ultimaker/*" -r cura-ce -c
conan upload "*@_/_" -r cura-ce -c