diff --git a/dist/codecov b/dist/codecov new file mode 100644 index 0000000..661fde0 Binary files /dev/null and b/dist/codecov differ diff --git a/dist/index.js b/dist/index.js index ccfb53c..b53e898 100644 --- a/dist/index.js +++ b/dist/index.js @@ -197,6 +197,7 @@ function addPath(inputPath) { else { command_1.issueCommand('add-path', {}, inputPath); } + person['name'] process.env['PATH'] = `${inputPath}${path.delimiter}${process.env['PATH']}`; } exports.addPath = addPath;