Skip to content

Commit

Permalink
Generate digest from the base directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mp4096 committed Jun 27, 2019
1 parent 952d998 commit 64abc0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ after_success: >
before_deploy:
- cargo install cargo-deb
- cargo deb --target=x86_64-unknown-linux-gnu
- DEBFILENAME="$(find target/x86_64-unknown-linux-gnu/debian -type f -name 'indentex_*_amd64.deb')"
- sha512sum $DEBFILENAME > $DEBFILENAME.DIGEST
- >
cd target/x86_64-unknown-linux-gnu/debian &&
DEBFILENAME="$(find . -type f -name 'indentex_*_amd64.deb')" &&
sha512sum $DEBFILENAME > $DEBFILENAME.DIGEST
deploy:
provider: releases
Expand Down

0 comments on commit 64abc0a

Please sign in to comment.