Skip to content

Commit 5985437

Browse files
committed
actually put the good path....
1 parent be9df76 commit 5985437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deploy:
3535

3636
before_deploy:
3737
- ./gradlew fatJar
38-
- RELEASE_DIST=$(ls build/zip/*-exec-*.jar)
38+
- RELEASE_DIST=$(ls build/libs/*-exec-*.jar)
3939
# - ./gradlew createBundle
4040
# - RELEASE_DIST=$(ls build/distributions/*app.zip)
4141
 

0 commit comments

Comments
 (0)