This commit is contained in:
EthanShoeDev
2025-09-18 03:42:18 -04:00
parent 243e230d4d
commit 9e789d23be
2 changed files with 8 additions and 1 deletions

View File

@@ -68,6 +68,13 @@ const signedBuildCommand = command({
{
if (ghRelease && format !== 'apk')
throw new Error('ghRelease is only supported for apk builds');
console.log(
'Making signed build. Format:',
format,
'GH Release:',
ghRelease,
);
const secrets = await getSecrets();
await cmd(`pnpm run prebuild:clean`);