fix: use github action path

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

View file

@ -147,14 +147,10 @@ inputs:
description: 'Directory in which to execute codecov.sh'
required: false
steps:
- run:
name: Upload to Codecov
command: <<include(dist/codecov.sh)>>
when: << parameters.when >>
branding:
color: 'red'
icon: 'umbrella'
runs:
using: "composite"
steps:
@ -180,7 +176,7 @@ runs:
fi
fi
- name: Upload coverage to Codecov
run: ./dist/codecov.sh
run: ${{ github.action_path }}/dist/codecov.sh
shell: bash
working-directory: ${{ inputs.working-directory }}
env: