Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Generate MD5 hashes for release ZIP-files
Fixes #128
  • Loading branch information
pesse committed Feb 19, 2019
commit 2ef95cddf0b0aba334b533b00e668a7400eaf14b
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ before_deploy:
deploy:
- provider: releases
api_key: $GITHUB_API_TOKEN
file: utPLSQL-cli.zip
file:
- utPLSQL-cli.zip
- utPLSQL-cli.zip.md5
skip_cleanup: true
on:
repository: utPLSQL/utPLSQL-cli
Expand Down
1 change: 1 addition & 0 deletions .travis/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rm -f utPLSQL-cli/lib/orai18n*.jar

zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
zip -r -q utPLSQL-cli.zip utPLSQL-cli
md5sum utPLSQL-cli.zip --tag > utPLSQL-cli.zip.md5

cat > bintray.json <<EOF
{
Expand Down