release/deploy-github: Fix release step

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-02-21 22:56:47 +05:30
parent 47748b9ba6
commit 5c3ee3fdbf

View file

@ -6,4 +6,4 @@ trap 'exit 1' SIGINT SIGTERM
TAG="${1}"
hub tag -afs "${TAG:?}"
gradle clean bundleRelease assembleRelease
hub release create "${TAG}" -a app/build/outputs/apk/release/aps_"${TAG}".apk
hub release create "${TAG}" -a app/build/outputs/apk/release/app-release.apk