fixed typo

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-19 07:48:42 +02:00 committed by jspijker
parent 1253adf31c
commit 68fd824ee3

View file

@ -87,7 +87,7 @@ jobs:
run: conan export . ${{ inputs.recipe_id_full }}
- name: Remove the latest alias
if: ${{ inputs.recipe_id_latest != '' && os.runner = 'Linux' }}
if: ${{ inputs.recipe_id_latest != '' && os.runner == 'Linux' }}
run: |
conan remove ${{ inputs.recipe_id_latest }} -r cura -f || true
conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f || true