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 3e9f8bd024
commit 5f1e6f3c01

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"