Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-19 08:45:17 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-19 08:45:17 +0300
commitfe8686438ddf3d67f8ce8a138d469dd55d76f7a9 (patch)
tree5e7acbcb6e20bca749b25480b4f19d13e39e1d7d
parentbe361366b39e938c9f837d8bcf3464967906650d (diff)
Only upload ultimaker and _ to artifactory
Contributes to CURA-9365
-rw-r--r--.github/workflows/conan-recipe-export.yml6
1 files changed, 4 insertions, 2 deletions
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