Skip to content

Commit f0b2ff2

Browse files
committed
Fix Travis deployment.
1 parent 9649267 commit f0b2ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ notifications:
1616
email: false
1717

1818
after_success:
19-
- for f in "./build/libs/FoxCore*.jar"; do mv ${f} "./build/libs/foxguard-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT.jar"; done
19+
- for f in "./build/libs/FoxCore*.jar"; do mv ${f} "./build/libs/FoxCore-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT.jar"; done
2020

2121
deploy:
2222
file_glob: true

0 commit comments

Comments
 (0)