change directory for builds
This commit is contained in:
parent
6b78e5652e
commit
fe85f6a7a5
@ -54,7 +54,7 @@ const main = () => {
|
||||
if (!!testingOrNightly) {
|
||||
realZipDir = path.join(DEST_ZIP_DIR, baseFilename);
|
||||
} else {
|
||||
realZipDir = DEST_ZIP_DIR;
|
||||
realZipDir = path.join(DEST_ZIP_DIR, version);
|
||||
}
|
||||
|
||||
const zipFilename = `${baseFilename}-${browser}.zip`;
|
||||
|
Loading…
Reference in New Issue
Block a user