mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Only remove remote aliases
Contributes to CURA-9365
This commit is contained in:
parent
3c9541a6a9
commit
34fccedd03
1 changed files with 0 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue