Skip to content

Commit

Permalink
Fix deployment, now all generated *.jar files are uploaded, regardles…
Browse files Browse the repository at this point in the history
…s of name
  • Loading branch information
floscher committed Apr 10, 2017
1 parent 4428df8 commit 72d9fff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ script: ./.travis/script
# Release the plugin via GitHub releases when pushing a tag
deploy:
provider: releases
file_glob: true
api_key: "${GH_TOKEN}"
file:
- "build/libs/Mapillary.jar"
- "build/libs/*.jar"
- "build/tmp/jar/MANIFEST.MF"
skip_cleanup: true
on:
Expand Down

0 comments on commit 72d9fff

Please sign in to comment.