We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98988be commit 55c0eddCopy full SHA for 55c0edd
.travis.yml
@@ -8,12 +8,10 @@ cache:
8
directories:
9
- "$HOME/.gradle/caches/"
10
- "$HOME/.gradle/wrapper/"
11
-env:
12
- - TRAVIS_BUILD_DIR=$HOME/build/libs
13
before_deploy:
14
- export TAG=$(git describe --abbrev=0 --tags)
15
- export MOD_TAG=${TAG#"v"}
16
- - export RELEASE_PKG_FILE="$(ls build/libs/krigings-${MOD_TAG}.jar)"
+ - export RELEASE_PKG_FILE="krigings-${MOD_TAG}.jar"
17
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
18
deploy:
19
provider: releases
0 commit comments