We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9df76 commit 5985437Copy full SHA for 5985437
1 file changed
.travis.yml
@@ -35,7 +35,7 @@ deploy:
35
36
before_deploy:
37
- ./gradlew fatJar
38
- - RELEASE_DIST=$(ls build/zip/*-exec-*.jar)
+ - RELEASE_DIST=$(ls build/libs/*-exec-*.jar)
39
# - ./gradlew createBundle
40
# - RELEASE_DIST=$(ls build/distributions/*app.zip)
41
0 commit comments