Fix
All checks were successful
gestemps/comptaplanapp/pipeline/head This commit looks good

This commit is contained in:
cghislai 2021-11-27 18:51:36 +01:00
parent 4bb0ca4a97
commit 6a2b1592fe

View File

@ -30,11 +30,11 @@ if (versionCode == null || versionCode.length < 1 || versionStatus == null || ve
}
try {
const packageName = 'be.fiscalteam.nitro_trustee_mobile';
const packageName = 'comptaplan.app';
// const apkMime = 'application/vnd.android.package-archive';
const apkMime = 'application/octet-stream';
const apkFileStream = createReadStream(aabFilePath);
const appName = `Nitro admin mobile`;
const appName = `My comptaplan`;
const apiKeyFilePath: PathLike = process.env.GOOGLE_APPLICATION_CREDENTIALS;
// Use GOOGLE_APPLICATION_CREDENTIALS to point to api key (json)