From 68fd824ee3f11c2a18a9fcb844202bea648069ad Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 19 Jul 2022 07:48:42 +0200 Subject: [PATCH] fixed typo Contributes to CURA-9365 --- .github/workflows/conan-recipe-export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index e8f839a0f0..adc901508d 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -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