mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 11:56:02 +08:00
Use the new JFrog Artifactory server
Only upload binaries to cura repo, the cura-ce should contain only recipes and sources Contributes to CURA-9365
This commit is contained in:
parent
6d509e1094
commit
227b106927
10
.github/workflows/conan-package-create.yml
vendored
10
.github/workflows/conan-package-create.yml
vendored
@ -24,8 +24,10 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONAN_LOGIN_USERNAME_ULTIMAKER: ${{ secrets.CONAN_USER }}
|
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||||
CONAN_PASSWORD_ULTIMAKER: ${{ secrets.CONAN_PASS }}
|
CONAN_PASSWORD_CURA: ${{ secrets.CONAN_PASS }}
|
||||||
|
CONAN_LOGIN_USERNAME_CURA_CE: ${{ secrets.CONAN_USER }}
|
||||||
|
CONAN_PASSWORD_CURA_CE: ${{ secrets.CONAN_PASS }}
|
||||||
CONAN_LOG_RUN_TO_OUTPUT: 1
|
CONAN_LOG_RUN_TO_OUTPUT: 1
|
||||||
CONAN_LOGGING_LEVEL: ${{ inputs.conan_logging_level }}
|
CONAN_LOGGING_LEVEL: ${{ inputs.conan_logging_level }}
|
||||||
CONAN_NON_INTERACTIVE: 1
|
CONAN_NON_INTERACTIVE: 1
|
||||||
@ -78,4 +80,6 @@ jobs:
|
|||||||
run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update
|
run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update
|
||||||
|
|
||||||
- name: Upload the Package(s)
|
- name: Upload the Package(s)
|
||||||
run: conan upload "*" -r ultimaker --all -c
|
run: |
|
||||||
|
conan upload "*" -r cura --all -c
|
||||||
|
conan upload "*" -r cura-ce -c
|
||||||
|
10
.github/workflows/conan-recipe-export.yml
vendored
10
.github/workflows/conan-recipe-export.yml
vendored
@ -32,8 +32,10 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONAN_LOGIN_USERNAME_ULTIMAKER: ${{ secrets.CONAN_USER }}
|
CONAN_LOGIN_USERNAME_CURA: ${{ secrets.CONAN_USER }}
|
||||||
CONAN_PASSWORD_ULTIMAKER: ${{ secrets.CONAN_PASS }}
|
CONAN_PASSWORD_CURA: ${{ secrets.CONAN_PASS }}
|
||||||
|
CONAN_LOGIN_USERNAME_CURA_CE: ${{ secrets.CONAN_USER }}
|
||||||
|
CONAN_PASSWORD_CURA_CE: ${{ secrets.CONAN_PASS }}
|
||||||
CONAN_LOG_RUN_TO_OUTPUT: 1
|
CONAN_LOG_RUN_TO_OUTPUT: 1
|
||||||
CONAN_LOGGING_LEVEL: ${{ inputs.conan_logging_level }}
|
CONAN_LOGGING_LEVEL: ${{ inputs.conan_logging_level }}
|
||||||
CONAN_NON_INTERACTIVE: 1
|
CONAN_NON_INTERACTIVE: 1
|
||||||
@ -85,4 +87,6 @@ jobs:
|
|||||||
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
||||||
|
|
||||||
- name: Upload the Package(s)
|
- name: Upload the Package(s)
|
||||||
run: conan upload "*" -r ultimaker --all -c
|
run: |
|
||||||
|
conan upload "*" -r cura --all -c
|
||||||
|
conan upload "*" -r cura-ce -c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user