mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08:00
Always upload to Artifactory
The dependencies might have been build, no need to rebuild them Contributes to CURA-9365
This commit is contained in:
parent
b1a12cb70f
commit
f9a3ff01c8
1
.github/workflows/conan-package-create.yml
vendored
1
.github/workflows/conan-package-create.yml
vendored
@ -96,6 +96,7 @@ jobs:
|
||||
run: conan install ${{ inputs.recipe_id_full }} --build=missing --update
|
||||
|
||||
- name: Upload the Package(s)
|
||||
if: always()
|
||||
run: |
|
||||
conan upload "*" -r cura --all -c
|
||||
conan upload "*" -r cura-ce -c
|
||||
|
Loading…
x
Reference in New Issue
Block a user