Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuluo authored Mar 17, 2018
1 parent 141ccf6 commit 4bcbac3
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 @@ -54,7 +54,7 @@ before_deploy:
- git config --local user.name "xiuluo"
- git config --local user.email "[email protected]"
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
- find $HOME/ -name "obfs-local-debug.apk" -exec mv {} $HOME/
- find $HOME/ -name "obfs-local-debug.apk" -exec mv {} $HOME/ \;
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 4bcbac3

Please sign in to comment.