Browse Source

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

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
7f2f81f0a8
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 2
      .travis.yml

2
.travis.yml

@ -34,7 +34,7 @@ deploy: @@ -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:

Loading…
Cancel
Save