fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2022-11-08 15:05:03 +01:00
parent cc619f8d21
commit b3bdd6d0a9

View file

@ -37,6 +37,8 @@ if (tag.length < 1) {
process.exit(0);
}
console.log("starting with: apiLink->"+apiLink+" | repo->"+repo+" | branch->"+branch+" | tag->"+tag+" | message->"+message);
uploadDir = jpath(process.cwd(), uploadDir);
let uploadContent = fs.readdirSync(uploadDir, { withFileTypes: true });