Skip to content

Commit 82a196d

Browse files
committed
Fix travis releases
1 parent c86521c commit 82a196d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deploy:
2727
file_glob: true
2828
provider: releases
2929
api-key: ${KEY}
30-
file: "./build/libs/FoxCore*.jar"
30+
file: "./build/libs/foxcore*.jar"
3131
skip_cleanup: true
3232
on:
3333
tags: true

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Oct 20 00:08:32 PDT 2016
1+
#Sat Oct 29 19:36:00 PDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)