mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
Console
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -2606,6 +2606,7 @@ let buildExec = () => {
|
||||
if (xcode_derived_data) { execArgs.push("-D", `${xcode_derived_data}`); }
|
||||
if (xcode_package) { execArgs.push("-J", `${xcode_package}`); }
|
||||
|
||||
console.log(execArgs);
|
||||
return execArgs, filepath, fail_ci;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user