Ensure file permissions when building for Linux and set sha length for test builds

This commit is contained in:
ayumi-signal
2025-09-30 13:17:29 -07:00
committed by GitHub
parent 8fee01054a
commit 7bb8a35839
4 changed files with 33 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ if (release !== 'alpha' && release !== 'axolotl' && release !== 'adhoc') {
const { generateTaggedVersion } = require('../ts/util/version.js');
const shortSha = execSync('git rev-parse --short HEAD')
const shortSha = execSync('git rev-parse --short=9 HEAD')
.toString('utf8')
.replace(/[\n\r]/g, '');