Skip to content

Commit

Permalink
correct APK path for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Jun 3, 2018
1 parent e9d292c commit b6ad978
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 @@ -35,7 +35,7 @@ deploy:
provider: releases
api_key:
secure: GX4AW/FE6Ruk0POOHMRAgpViFKi5PERe+d2MJQAg3Bcez5m2BbE0rCRJibBCpCiggQhcxa4BnL9BMOQTlnVs5M9u3nV5BoSHWM2IQRFhtZlmQaBm4kElPWUyi9B77WdLNo5boTuP6bQUsL1KQyiSlE2AS05VTt/6xqD5kfudd/9gCsdlZfx8gKb4zpH85K42LOtrZ8KLltLCtN5AHLhitQcJ2EQ6JQ+xn8TzIsxjFLAYY+5UVnmg+1Hx+tZ8M0Ghw6h+DRBKkARYrCK7DF04I3uNCAawtjOkharPOJHO6xytjChXcWYUq8nlSqc6hSUyJLlNl1RG/yHx6cddouK9Wc/4TP11cW0Bv4WvVzfKPtaTWSyXJp2yRh1ox0A8febjIH0Kgoest82qHvbN6yOBzoKoPGqAhrlB8ijOL5ZBksPw6c7zDmwloWqqGlWqq8a2WFnMelLa9MBBLFRoMx2KMjpdnlECyi2rqcVX54qPsQV3biruaPTR4rri46pdrjVD55d6Uv0KvEa5k4RmbRKi8Hp6VzMHBppkW6uCFCo6MwqkOeZxlHx+o6CjmDTedtJ1gcXyLDwaMpHxo/+Q5VGMKBEoY3u3A+0w/3PPkj4FntpiuTopoAKcM0SQsIUtkGuLvvMpC5OUKwtmeLeYO+sVouK9XdIJGLeWdCxp0x+8JiI=
file: "./app/build/outputs/apk/*.apk"
file: "./app/build/outputs/apk/release/*.apk"
file_glob: true
skip_cleanup: true
on:
Expand Down

0 comments on commit b6ad978

Please sign in to comment.