mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Treat it as bool
Contributes to CURA-8831
This commit is contained in:
parent
cf548613ca
commit
4e31b4328c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/conan-recipe-export.yml
vendored
4
.github/workflows/conan-recipe-export.yml
vendored
|
@ -80,11 +80,11 @@ jobs:
|
|||
run: conan config install https://github.com/Ultimaker/conan-config.git
|
||||
|
||||
- name: Export the Package (binaries)
|
||||
if: ${{ inputs.conan_export_binaries == 'true' }}
|
||||
if: ${{ inputs.conan_export_binaries }}
|
||||
run: conan export-pkg . ${{ inputs.recipe_id_full }}
|
||||
|
||||
- name: Export the Package
|
||||
if: ${{ inputs.conan_export_binaries != 'true' }}
|
||||
if: ${{ !inputs.conan_export_binaries }}
|
||||
run: conan export . ${{ inputs.recipe_id_full }}
|
||||
|
||||
- name: Remove the latest alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue