mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:36:03 +08:00
Upload packages to jfrog
This commit is contained in:
parent
3d289d75f9
commit
3521947fef
4
.github/workflows/conan-package-create.yml
vendored
4
.github/workflows/conan-package-create.yml
vendored
@ -151,7 +151,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload the Package(s)
|
- name: Upload the Package(s)
|
||||||
if: ${{ always() && inputs.conan_upload_community }}
|
if: ${{ always() && inputs.conan_upload_community }}
|
||||||
run: conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
run: |
|
||||||
|
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
||||||
|
conan upload "*" -r cura --all -c
|
||||||
|
|
||||||
- name: Upload the Package(s) to the private Artifactory
|
- name: Upload the Package(s) to the private Artifactory
|
||||||
if: ${{ always() && ! inputs.conan_upload_community }}
|
if: ${{ always() && ! inputs.conan_upload_community }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user