From fa4321df13e38c49e396a6af84d4deffc37f8520 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 13 Nov 2024 14:08:23 -0500 Subject: [PATCH] fix: bonus slash --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e9096f8..1c496ef 100644 --- a/action.yml +++ b/action.yml @@ -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: