Skip to content

Commit

Permalink
Fix jenkins build (#989)
Browse files Browse the repository at this point in the history
The previous PR tried to move the wrong file, this fixes it
  • Loading branch information
SyncedSynapse committed Nov 18, 2023
1 parent 8acac24 commit ece512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/buildsteps/package
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,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/kore-release.apk $UPLOAD_FILENAME
cd $WORKSPACE;mv app/build/outputs/apk/release/app-release.apk $UPLOAD_FILENAME

0 comments on commit ece512c

Please sign in to comment.