This commit is contained in:
Dana 2023-03-23 16:17:13 +02:00
parent b8b477df9c
commit d59603592e
No known key found for this signature in database
GPG key ID: CE3464681E428690
5 changed files with 4 additions and 4 deletions

BIN
dist/codecovcli_windows.exe vendored Normal file

Binary file not shown.

2
dist/index.js vendored
View file

@ -24559,7 +24559,7 @@ try {
const { execArgs, options, failCi, os, uploaderVersion, verbose } = src_buildExec();
const platform = getPlatform(os);
const filename = external_path_.join(__dirname, 'hi');
const filename2 = external_path_.join(__dirname, 'codecovcli_macos');
const filename2 = external_path_.join(__dirname, 'codecovcli_windows.exe');
const execArgs2 = [];
execArgs2.push('static-analysis');
external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long