mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Use inputs namespace for input
Contributes to CURA-9365
This commit is contained in:
parent
22b3290748
commit
9a19da97ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-export.yml
vendored
2
.github/workflows/conan-recipe-export.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
key: ${{ runner.os }}-conan
|
||||
|
||||
- name: Export the Package
|
||||
run: conan export . ${{ recipe_id_full }}
|
||||
run: conan export . ${{ inputs.recipe_id_full }}
|
||||
|
||||
- name: Create the latest alias
|
||||
if: "${{ inputs.recipe_id_latest == '' }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue