Skip to content

Commit

Permalink
fix jar file name in travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ebartkus committed Jun 20, 2019
1 parent 28ab21d commit 346dcca
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 @@ -14,7 +14,7 @@ script:
deploy:
provider: releases
api_key: "$GITHUB_TOKEN"
file: "build/libs/datalake-kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
file: "build/libs/kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
skip_cleanup: true
on:
tags: true

0 comments on commit 346dcca

Please sign in to comment.