mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
treat it as a boolean
Contributes to CURA-9365
This commit is contained in:
parent
788606cb51
commit
be361366b3
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 }}
|
||||
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user