Release script: fix issue in filename (we have a gplay variant now)

This commit is contained in:
Benoit Marty 2024-01-31 10:57:14 +01:00
parent e39711be37
commit 10b6085bf8

View file

@ -237,8 +237,8 @@ printf "Unzipping the artifact...\n"
unzip ${targetPath}/elementx-app-gplay-bundle-unsigned.zip -d ${targetPath}
unsignedBundlePath="${targetPath}/app-release.aab"
signedBundlePath="${targetPath}/app-release-signed.aab"
unsignedBundlePath="${targetPath}/app-gplay-release.aab"
signedBundlePath="${targetPath}/app-gplay-release-signed.aab"
printf "\n================================================================================\n"
printf "Signing file ${unsignedBundlePath} with build-tools version ${buildToolsVersion} for min SDK version ${minSdkVersion}...\n"