1
1
diff --git a/lib/tarballs/build.js b/lib/tarballs/build.js
2
- index a7577a89c721bf4a52657f037fcc079e8fa9dca3..ebf5245840ac671064c8699f166102b2cc5d85c3 100644
2
+ index a7577a89c721bf4a52657f037fcc079e8fa9dca3..51c33346763dee8c60a3b59b8c46b6789c496239 100644
3
3
--- a/lib/tarballs/build.js
4
4
+++ b/lib/tarballs/build.js
5
5
@@ -195,8 +195,10 @@ const addDependencies = async (c) => {
@@ -15,3 +15,12 @@ index a7577a89c721bf4a52657f037fcc079e8fa9dca3..ebf5245840ac671064c8699f166102b2
15
15
await exec('npm install --production', { cwd: c.workspace() });
16
16
}
17
17
};
18
+ @@ -229,7 +231,7 @@ const buildTarget = async (target, c, options) => {
19
+ const { bin, version } = c.config;
20
+ const { gitSha: sha } = c;
21
+ const templateShortKeyCommonOptions = { arch, bin, platform, sha, version };
22
+ - const [gzLocalKey, xzLocalKey] = ['.tar.gz', '.tar.xz'].map((ext) => (0, upload_util_1.templateShortKey)('versioned', { ...templateShortKeyCommonOptions, ext }));
23
+ + const [gzLocalKey, xzLocalKey] = ['.tar.gz', '.tar.xz'].map((ext) => (0, upload_util_1.templateShortKey)('unversioned', { ...templateShortKeyCommonOptions, ext }));
24
+ const base = path.basename(gzLocalKey);
25
+ (0, log_1.log)(`building target ${base}`);
26
+ (0, log_1.log)('copying workspace', c.workspace(), workspace);
0 commit comments