mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Don't remove the latest
This commit is contained in:
parent
1018d8fc5c
commit
e3f6c74f46
3 changed files with 2 additions and 11 deletions
1
.github/workflows/conan-package-create.yml
vendored
1
.github/workflows/conan-package-create.yml
vendored
|
|
@ -173,4 +173,3 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
||||||
conan upload ${{ inputs.recipe_id_latest }} -r cura --all -c
|
|
||||||
|
|
|
||||||
6
.github/workflows/conan-package.yml
vendored
6
.github/workflows/conan-package.yml
vendored
|
|
@ -125,10 +125,6 @@ jobs:
|
||||||
- name: Create the Packages
|
- name: Create the Packages
|
||||||
run: conan create . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o ${{ needs.conan-recipe-version.outputs.project_name }}:devtools=True
|
run: conan create . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o ${{ needs.conan-recipe-version.outputs.project_name }}:devtools=True
|
||||||
|
|
||||||
- name: Remove the latest alias
|
|
||||||
if: always()
|
|
||||||
run: conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -f || true
|
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: always()
|
if: always()
|
||||||
run: conan alias ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
run: conan alias ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
|
|
@ -137,7 +133,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura --all -c
|
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_full }} -r cura --all -c
|
||||||
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura --all -c
|
conan upload ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -c
|
||||||
|
|
||||||
notify-create:
|
notify-create:
|
||||||
if: ${{ always() && (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
|
if: ${{ always() && (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
|
||||||
|
|
|
||||||
6
.github/workflows/conan-recipe-export.yml
vendored
6
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -88,10 +88,6 @@ jobs:
|
||||||
if: ${{ !inputs.conan_export_binaries }}
|
if: ${{ !inputs.conan_export_binaries }}
|
||||||
run: conan export . ${{ inputs.recipe_id_full }}
|
run: conan export . ${{ inputs.recipe_id_full }}
|
||||||
|
|
||||||
- name: Remove the latest alias
|
|
||||||
if: always()
|
|
||||||
run: conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: always()
|
if: always()
|
||||||
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
run: conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
||||||
|
|
@ -100,4 +96,4 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_full }} -r cura --all -c
|
||||||
conan upload ${{ inputs.recipe_id_latest }} -r cura --all -c
|
conan upload ${{ inputs.recipe_id_latest }} -r cura -c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue