From 7f2f81f0a83a71297375621d6068e7b2f15709ab Mon Sep 17 00:00:00 2001 From: Antoine POPINEAU Date: Sun, 31 May 2020 20:43:51 +0200 Subject: [PATCH] CI: fix release artifact location so it will be automated again for next release. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b76e97a..be6e23e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ deploy: name: $TRAVIS_TAG body: $RELEASE_MESSAGE prerelease: true - file: app/build/outputs/apk/debug/app-debug.apk + file: app/build/outputs/apk/release/app-release.apk overwrite: true skip_cleanup: true on: