mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Only remove alias on Linux
Contributes to CURA-9365
This commit is contained in:
parent
fe8686438d
commit
1253adf31c
1 changed files with 3 additions and 3 deletions
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 }}
|
||||
|
||||
- name: Remove the latest alias
|
||||
if: ${{ inputs.recipe_id_latest != '' && inputs.conan_export_binaries }}
|
||||
if: ${{ inputs.recipe_id_latest != '' && os.runner = 'Linux' }}
|
||||
run: |
|
||||
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 -f || true
|
||||
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true
|
||||
|
||||
- name: Create the latest alias
|
||||
if: ${{ inputs.recipe_id_latest != '' && always() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue