Skip to content

Commit

Permalink
Probably wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
sidereus3 committed Oct 17, 2016
1 parent 6de71e2 commit a6ab5c1
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 @@ -11,7 +11,7 @@ cache:
before_deploy:
- export TAG=$(git describe --abbrev=0 --tags)
- export MOD_TAG=${TAG#"v"}
- export RELEASE_PKG_FILE="krigings-${MOD_TAG}.jar"
- export RELEASE_PKG_FILE="Krigings-${MOD_TAG}.jar"
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
- gradle build && cd build/libs/ && ls -al
deploy:
Expand Down

0 comments on commit a6ab5c1

Please sign in to comment.