mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
release/deploy-github: Fix release step
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user