Skip to content

Commit 346dcca

Browse files
author
ebartkus
committed
fix jar file name in travis deployment
1 parent 28ab21d commit 346dcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
deploy:
1515
provider: releases
1616
api_key: "$GITHUB_TOKEN"
17-
file: "build/libs/datalake-kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
17+
file: "build/libs/kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
1818
skip_cleanup: true
1919
on:
2020
tags: true

0 commit comments

Comments
 (0)