diff --git a/action.yml b/action.yml index 0d8e2e8..c8f36e1 100644 --- a/action.yml +++ b/action.yml @@ -39,4 +39,4 @@ runs: shell: bash run: | luca install --spec=${{ inputs.spec }} - echo "$PWD/.luca/active" >> $GITHUB_PATH + echo "$PWD/.luca/tools" >> $GITHUB_PATH