mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Only upload ultimaker and _ to artifactory
Contributes to CURA-9365
This commit is contained in:
parent
be361366b3
commit
fe8686438d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/conan-recipe-export.yml
vendored
6
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -100,5 +100,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
# Only use --all (upload binaries) for the cura repository
|
# Only use --all (upload binaries) for the cura repository
|
||||||
conan upload "*" -r cura --all -c
|
conan upload "*@ultimaker/*" -r cura --all -c
|
||||||
conan upload "*" -r cura-ce -c
|
conan upload "*@_/_" -r cura --all -c
|
||||||
|
conan upload "*@ultimaker/*" -r cura-ce -c
|
||||||
|
conan upload "*@_/_" -r cura-ce -c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue