@@ -46,8 +46,6 @@ execSync(`tar cf ${tarName} ${libName}`, {
|
|||||||
encoding: "utf8",
|
encoding: "utf8",
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(readdirSync(libName));
|
|
||||||
|
|
||||||
let r = await fetch(`${repoBaseUrl}/${tarName}`, {
|
let r = await fetch(`${repoBaseUrl}/${tarName}`, {
|
||||||
method: "PUT",
|
method: "PUT",
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user