parent
cc619f8d21
commit
b3bdd6d0a9
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ if (tag.length < 1) {
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("starting with: apiLink->"+apiLink+" | repo->"+repo+" | branch->"+branch+" | tag->"+tag+" | message->"+message);
|
||||||
|
|
||||||
uploadDir = jpath(process.cwd(), uploadDir);
|
uploadDir = jpath(process.cwd(), uploadDir);
|
||||||
|
|
||||||
let uploadContent = fs.readdirSync(uploadDir, { withFileTypes: true });
|
let uploadContent = fs.readdirSync(uploadDir, { withFileTypes: true });
|
||||||
|
|
Loading…
Reference in a new issue