mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
fix: filename
This commit is contained in:
parent
23e5293615
commit
25aebea8e6
3 changed files with 3 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ try {
|
|||
const platform = getPlatform(os);
|
||||
|
||||
const filename = path.join( __dirname, getUploaderName(platform));
|
||||
core.info(`filename: ${filename}`);
|
||||
|
||||
https.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
||||
const filePath = fs.createWriteStream(filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue