summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrelease/deploy-github.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/deploy-github.sh b/release/deploy-github.sh
index 42a984c4..c9b6339c 100755
--- a/release/deploy-github.sh
+++ b/release/deploy-github.sh
@@ -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