release/deploy-github: Fix release step
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
47748b9ba6
commit
5c3ee3fdbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue