Skip to content

Commit 5de50db

Browse files
authored
Merge pull request #130 from utPLSQL/feature/create_md5_for_release
Generate MD5 hashes for release ZIP-files
2 parents a4927a7 + 2ef95cd commit 5de50db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ before_deploy:
4343
deploy:
4444
- provider: releases
4545
api_key: $GITHUB_API_TOKEN
46-
file: utPLSQL-cli.zip
46+
file:
47+
- utPLSQL-cli.zip
48+
- utPLSQL-cli.zip.md5
4749
skip_cleanup: true
4850
on:
4951
repository: utPLSQL/utPLSQL-cli

.travis/create_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rm -f utPLSQL-cli/lib/orai18n*.jar
1515

1616
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
1717
zip -r -q utPLSQL-cli.zip utPLSQL-cli
18+
md5sum utPLSQL-cli.zip --tag > utPLSQL-cli.zip.md5
1819

1920
cat > bintray.json <<EOF
2021
{

0 commit comments

Comments
 (0)