Deploy signed artifacts to Play Store

NOJIRA
This commit is contained in:
Niccolò Forlini
2025-06-09 08:44:08 +02:00
parent 618798a505
commit 96461b0c95
+1 -1
View File
@@ -124,7 +124,7 @@ platform :android do
upload_to_play_store(
package_name: "ch.protonmail.android",
track: "internal",
apk: "./app/build/outputs/apk/prod/release/app-prod-release.apk",
apk: "./signedArtifacts/app-prod-release.apk",
json_key: "/tmp/play_store_service_account.json"
)
end