mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +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}"
|
TAG="${1}"
|
||||||
hub tag -afs "${TAG:?}"
|
hub tag -afs "${TAG:?}"
|
||||||
gradle clean bundleRelease assembleRelease
|
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