Skip to content

Commit 4d181f1

Browse files
committed
fixed mapping file location in travis config #2
1 parent 6b3ae2f commit 4d181f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deploy:
4545
file:
4646
- "app/build/outputs/apk/Aneko-*-release.apk"
4747
- "app/build/outputs/lint-results-debug.xml"
48-
- "app/build/outputs/mapping/mapping.txt"
48+
- "app/build/outputs/mapping/release/mapping.txt"
4949
skip_cleanup: true
5050
on:
5151
repo: martino2k6/aneko

0 commit comments

Comments
 (0)