mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:35:56 +08:00
Only remove remote aliases
Contributes to CURA-9365
This commit is contained in:
parent
3c9541a6a9
commit
34fccedd03
1
.github/workflows/conan-recipe-export.yml
vendored
1
.github/workflows/conan-recipe-export.yml
vendored
@ -89,7 +89,6 @@ jobs:
|
|||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: ${{ inputs.recipe_id_latest != '' }}
|
if: ${{ inputs.recipe_id_latest != '' }}
|
||||||
run: |
|
run: |
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -f
|
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura -f
|
conan remove ${{ inputs.recipe_id_latest }} -r cura -f
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f
|
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f
|
||||||
conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user