Use dirname

This commit is contained in:
Tom Hu 2021-06-24 16:08:51 -04:00
parent c921fa8135
commit 75a54f4668
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
2 changed files with 2 additions and 2 deletions

View file

@ -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(