mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fixL use the correct source
This commit is contained in:
parent
6018df70b0
commit
c2b414611b
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ inputs:
|
|||
steps:
|
||||
- run:
|
||||
name: Upload to Codecov
|
||||
command: <<include(scripts/dist/codecov.sh)>>
|
||||
command: <<include(dist/codecov.sh)>>
|
||||
when: << parameters.when >>
|
||||
branding:
|
||||
color: 'red'
|
||||
|
|
|
|||
Loading…
Reference in a new issue