Skip to content

Commit

Permalink
Fix travis releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Oct 30, 2016
1 parent c86521c commit 82a196d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deploy:
file_glob: true
provider: releases
api-key: ${KEY}
file: "./build/libs/FoxCore*.jar"
file: "./build/libs/foxcore*.jar"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Oct 20 00:08:32 PDT 2016
#Sat Oct 29 19:36:00 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 82a196d

Please sign in to comment.