mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
Use dirname
This commit is contained in:
parent
c921fa8135
commit
75a54f4668
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ const {failCi} = buildExec();
|
|||
|
||||
exec.exec('bash', ['bash/linux', '-c'])
|
||||
.then(() => {
|
||||
exec.exec('codecov-linux')
|
||||
exec.exec(__dirname + 'codecov-linux')
|
||||
.catch((err) => {
|
||||
if (failCi) {
|
||||
core.setFailed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue