Fix Jenkins build to upload the correctly signed apk

This commit is contained in:
Synced Synapse 2019-05-13 09:00:47 +01:00 committed by Martijn Brekhof
parent fd7055282b
commit c81e553589
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ function getBuildRevDateStr ()
#rename for upload
#e.x. kore-20130314-8c2fb31.apk.
UPLOAD_FILENAME="kore-$(getBuildRevDateStr).apk"
cd $WORKSPACE;mv app/build/outputs/apk/release/*.apk $UPLOAD_FILENAME
cd $WORKSPACE;mv kore-release.apk $UPLOAD_FILENAME