mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
ensure that the latest is removed
This commit is contained in:
parent
3ac3308e20
commit
840aada83d
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…
x
Reference in New Issue
Block a user