Skip to content

Commit

Permalink
Merge pull request #17 from Vacxe/Vacxe-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aafanasev authored Jun 9, 2020
2 parents 2245d5a + 8831fc3 commit 289b1ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ function uploadapk(){
apk_version_code=$(apkinfoextractor $path_to_apk | jq '.versionCode')
edit_id=$(edit create)
apk upload --edit-id $edit_id --apk $path_to_apk
tracks update --edit-id $edit_id --track "internal" --apk-version-code $apk_version_code
edit validate --edit-id $edit_id
edit commit --edit-id $edit_id
edit_id=$(google-play-cli edit create)
google-play-cli apk upload --edit-id $edit_id --apk $path_to_apk
google-play-cli tracks update --edit-id $edit_id --track "internal" --apk-version-code $apk_version_code
google-play-cli edit validate --edit-id $edit_id
google-play-cli edit commit --edit-id $edit_id
unset APP_PACKAGE_NAME
unset PLAYSTORE_SERVICE_ACCOUNT_JSON
Expand Down

0 comments on commit 289b1ab

Please sign in to comment.