Skip to content

Commit

Permalink
Fix travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Meissner authored and Richard Meissner committed Sep 13, 2017
1 parent c9e5cca commit 90bf04b
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 @@ -23,7 +23,7 @@ deploy:
provider: releases
api_key: "${GITHUB_API_KEY}"
file_glob: true
file: */build/libs/*.jar
file: ./*/build/libs/*.jar
skip_cleanup: true
on:
tags: true

0 comments on commit 90bf04b

Please sign in to comment.