|
@@ -42,7 +42,7 @@ const getPath = (dir: string) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const publish = async () => {
|
|
const publish = async () => {
|
|
|
- const tempDestZipPath = getPath('tempDest.zip');
|
|
|
|
|
|
|
+ const tempDestZipPath = getPath(config.destFoler + '.zip');
|
|
|
console.log('destZipPath', tempDestZipPath);
|
|
console.log('destZipPath', tempDestZipPath);
|
|
|
await zipFolder({
|
|
await zipFolder({
|
|
|
sourceFolder: getPath(config.sourceFolder),
|
|
sourceFolder: getPath(config.sourceFolder),
|