diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 022cfebec1..b5b4b3db0a 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -34,7 +34,7 @@ android { } publishing { - storeFile file("osmand_key") + storeFile file("/var/lib/jenkins/osmand_key") storePassword System.getenv("OSMAND_APK_PASSWORD") keyAlias "osmand" keyPassword System.getenv("OSMAND_APK_PASSWORD")