mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
fixed typo
Contributes to CURA-9365
This commit is contained in:
parent
1253adf31c
commit
68fd824ee3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-export.yml
vendored
2
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -87,7 +87,7 @@ 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 != '' && os.runner = 'Linux' }}
|
if: ${{ inputs.recipe_id_latest != '' && os.runner == 'Linux' }}
|
||||||
run: |
|
run: |
|
||||||
conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
|
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-ce -f || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue