fix: use GITHUB_ACTION_PATH

This commit is contained in:
Tom Hu 2024-11-13 14:10:58 -05:00
parent fa4321df13
commit df81091b16
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -176,7 +176,7 @@ runs:
fi
fi
- name: Upload coverage to Codecov
run: ${{ github.action_path }}dist/codecov.sh
run: ${GITHUB_ACTION_PATH}dist/codecov.sh
shell: bash
working-directory: ${{ inputs.working-directory }}
env: