Skip to content

Commit

Permalink
Fix release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsalarm committed Aug 14, 2017
1 parent f096753 commit d66d0c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ function format_version() {
}

function deploy_upload_apk() {
local APK_ALIGNED=app/build/outputs/apk/app-release.apk
local APK_UNALIGNED=app/build/outputs/apk/app-release-unaligned.apk
local APK_ALIGNED=app/build/outputs/apk/release/app-release.apk

echo "Upload apk file now..."
curl -u "$CREDENTIALS_UPDATE" -F apk=@"${APK_ALIGNED}" \
Expand Down

0 comments on commit d66d0c4

Please sign in to comment.