summaryrefslogtreecommitdiff
path: root/fastlane
diff options
context:
space:
mode:
authorjkoan <jkoan@gmx.de>2021-02-20 08:12:45 +0100
committerjkoan <jkoan@gmx.de>2021-02-20 08:12:45 +0100
commitc43428f11f27af2557ff63775f83f97e66cafa1e (patch)
treef9ddc2b0f2f56884234fe28b41a750644491f780 /fastlane
parentf7f9b1617b7fb897bfd180d90cc2c651211bad7f (diff)
downloadnavit-c43428f11f27af2557ff63775f83f97e66cafa1e.tar.gz
fixed:android:build:Fixed the apk outputname and the corresponding locations within the scripts
Diffstat (limited to 'fastlane')
-rw-r--r--fastlane/Fastfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 5d8e2d734..edb4fd4f7 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -40,7 +40,7 @@ platform :android do
if isOnMasterBranch
upload_to_play_store( track: 'beta',
json_key: 'key.json',
- apk: 'navit/android/build/outputs/apk/release/android-release.apk',
+ apk: 'build/outputs/apk/release/navit-release.apk',
package_name: 'org.navitproject.navit'
)
else