change directory for builds

This commit is contained in:
Tamius Han 2020-01-19 20:13:47 +01:00
parent 6b78e5652e
commit fe85f6a7a5

View File

@ -54,7 +54,7 @@ const main = () => {
if (!!testingOrNightly) { if (!!testingOrNightly) {
realZipDir = path.join(DEST_ZIP_DIR, baseFilename); realZipDir = path.join(DEST_ZIP_DIR, baseFilename);
} else { } else {
realZipDir = DEST_ZIP_DIR; realZipDir = path.join(DEST_ZIP_DIR, version);
} }
const zipFilename = `${baseFilename}-${browser}.zip`; const zipFilename = `${baseFilename}-${browser}.zip`;