mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
ensure that the latest is removed
This commit is contained in:
parent
3ac3308e20
commit
840aada83d
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
|
||||
if: ${{ needs.conan-recipe-version.outputs.recipe_id_latest != '' }}
|
||||
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-ce -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
|
||||
|
||||
- name: Create the latest alias
|
||||
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
|
||||
if: ${{ inputs.recipe_id_latest != '' && runner.os == 'Linux' }}
|
||||
run: |
|
||||
conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
||||
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true
|
||||
conan remove ${{ inputs.recipe_id_latest }} -r cura -f
|
||||
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f
|
||||
|
||||
- name: Create the latest alias
|
||||
if: ${{ inputs.recipe_id_latest != '' && always() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue