diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 9091d3baba..4e055c87ac 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 != '' && inputs.conan_export_binaries != 'true' }} + if: ${{ inputs.recipe_id_latest != '' && inputs.conan_export_binaries }} run: | conan remove ${{ inputs.recipe_id_latest }} -r cura -f conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f