mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 10:51:16 -07:00
ensure that the latest is removed
(cherry picked from commit 840aada83d)
This commit is contained in:
parent
c985614896
commit
d072942eb8
2 changed files with 4 additions and 4 deletions
4
.github/workflows/conan-package.yml
vendored
4
.github/workflows/conan-package.yml
vendored
|
|
@ -128,8 +128,8 @@ jobs:
|
||||||
- name: Remove the latest alias
|
- name: Remove the latest alias
|
||||||
if: ${{ needs.conan-recipe-version.outputs.recipe_id_latest != '' }}
|
if: ${{ needs.conan-recipe-version.outputs.recipe_id_latest != '' }}
|
||||||
run: |
|
run: |
|
||||||
conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -f || true
|
conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura -f
|
||||||
conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura-ce -f || true
|
conan remove ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} -r cura-ce -f
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: ${{ needs.conan-recipe-version.outputs.recipe_id_latest != '' && always() }}
|
if: ${{ needs.conan-recipe-version.outputs.recipe_id_latest != '' && always() }}
|
||||||
|
|
|
||||||
4
.github/workflows/conan-recipe-export.yml
vendored
4
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -91,8 +91,8 @@ jobs:
|
||||||
- name: Remove the latest alias
|
- name: Remove the latest alias
|
||||||
if: ${{ inputs.recipe_id_latest != '' && runner.os == 'Linux' }}
|
if: ${{ inputs.recipe_id_latest != '' && runner.os == 'Linux' }}
|
||||||
run: |
|
run: |
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
conan remove ${{ inputs.recipe_id_latest }} -r cura -f
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true
|
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: ${{ inputs.recipe_id_latest != '' && always() }}
|
if: ${{ inputs.recipe_id_latest != '' && always() }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue