Skip to content

Commit

Permalink
Fix the location of the mappings.txt file
Browse files Browse the repository at this point in the history
Adjusted the TravisCI deploy script to monitor the new location of the
deobfuscation file.
  • Loading branch information
saemy committed Mar 26, 2020
1 parent 5676eae commit 880399d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ cache:
before_deploy:
- mv app/build/outputs/apk/floss/release/app-floss-release.apk wsandroid-${TRAVIS_TAG}-floss.apk
- mv app/build/outputs/apk/google/release/app-google-release.apk wsandroid-${TRAVIS_TAG}-google.apk
- mv app/build/outputs/mapping/floss/release/mapping.txt wsandroid-${TRAVIS_TAG}-floss-mapping.txt
- mv app/build/outputs/mapping/google/release/mapping.txt wsandroid-${TRAVIS_TAG}-google-mapping.txt
- mv app/build/outputs/mapping/flossRelease/mapping.txt wsandroid-${TRAVIS_TAG}-floss-mapping.txt
- mv app/build/outputs/mapping/googleRelease/mapping.txt wsandroid-${TRAVIS_TAG}-google-mapping.txt

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

0 comments on commit 880399d

Please sign in to comment.