diff --git a/travis/compile_all.sh b/travis/compile_all.sh index 9129fd3..fe8fba8 100755 --- a/travis/compile_all.sh +++ b/travis/compile_all.sh @@ -119,7 +119,7 @@ EOF ;; android_*) APK_NAME="kiwix-${PLATFORM}" - cp ${BASE_DIR}/kiwix-android/app/build/outputs/apk/kiwix/release/app-kiwix-debug.apk ${NIGHTLY_ARCHIVES_DIR}/${APK_NAME}-debug.apk + cp ${BASE_DIR}/kiwix-android/app/build/outputs/apk/kiwix/debug/app-kiwix-debug.apk ${NIGHTLY_ARCHIVES_DIR}/${APK_NAME}-debug.apk cp ${BASE_DIR}/kiwix-android/app/build/outputs/apk/kiwix/release/app-kiwix-release-unsigned.apk ${NIGHTLY_ARCHIVES_DIR}/${APK_NAME}-release-unsigned.apk ;; esac