mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:45:56 +08:00
Only upload ultimaker and _ to artifactory
Contributes to CURA-9365
This commit is contained in:
parent
be361366b3
commit
fe8686438d
6
.github/workflows/conan-recipe-export.yml
vendored
6
.github/workflows/conan-recipe-export.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user