mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue