mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
Only remove alias on Linux
Contributes to CURA-9365
This commit is contained in:
parent
fe8686438d
commit
1253adf31c
6
.github/workflows/conan-recipe-export.yml
vendored
6
.github/workflows/conan-recipe-export.yml
vendored
@ -87,10 +87,10 @@ jobs:
|
|||||||
run: conan export . ${{ inputs.recipe_id_full }}
|
run: conan export . ${{ inputs.recipe_id_full }}
|
||||||
|
|
||||||
- name: Remove the latest alias
|
- name: Remove the latest alias
|
||||||
if: ${{ inputs.recipe_id_latest != '' && inputs.conan_export_binaries }}
|
if: ${{ inputs.recipe_id_latest != '' && os.runner = 'Linux' }}
|
||||||
run: |
|
run: |
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura -f
|
conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f
|
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true
|
||||||
|
|
||||||
- name: Create the latest alias
|
- name: Create the latest alias
|
||||||
if: ${{ inputs.recipe_id_latest != '' && always() }}
|
if: ${{ inputs.recipe_id_latest != '' && always() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user