Skip to content

Commit

Permalink
Fix path to the release APK in travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
saemy committed Jun 2, 2018
1 parent c2d7f32 commit 7cb3bd8
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 @@ -50,7 +50,7 @@ cache:
- "$HOME/.gradle/wrapper/"

before_deploy:
- mv app/build/outputs/apk/app-release.apk wsandroid-$TRAVIS_TAG.apk
- mv app/build/outputs/apk/release/app-release.apk wsandroid-$TRAVIS_TAG.apk

deploy:
# Deploys the release APK for tagged revisions to GitHub.
Expand Down

0 comments on commit 7cb3bd8

Please sign in to comment.