CI: fix release artifact location so it will be automated again for next release.

This commit is contained in:
Antoine POPINEAU 2020-05-31 20:43:51 +02:00
parent 5f2cad4c42
commit 7f2f81f0a8
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 1 deletions

View File

@ -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: