Skip to content

Commit

Permalink
Fix release (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner authored Oct 10, 2018
1 parent f9e9cbe commit 818ec90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deploy:
provider: releases
api_key: "${GITHUB_API_KEY}"
file_glob: true
file: app/build/outputs/apk/*/*-dev.apk
file: app/build/outputs/apk/*/*-rinkeby.apk
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 818ec90

Please sign in to comment.