We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9649267 commit f0b2ff2Copy full SHA for f0b2ff2
.travis.yml
@@ -16,7 +16,7 @@ notifications:
16
email: false
17
18
after_success:
19
- - for f in "./build/libs/FoxCore*.jar"; do mv ${f} "./build/libs/foxguard-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT.jar"; done
+ - for f in "./build/libs/FoxCore*.jar"; do mv ${f} "./build/libs/FoxCore-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}-SNAPSHOT.jar"; done
20
21
deploy:
22
file_glob: true
0 commit comments