mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
v0.0.3
This commit is contained in:
@@ -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`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user