diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 2db623fdcc..d5ea972980 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -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 == '' }}"