diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 4e055c87ac..a26d14da70 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -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