Skip to content

Commit

Permalink
[ci] Actually generate chksum file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Shadle authored and luser committed Feb 8, 2019
1 parent d69e8aa commit 1fa0c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/prep_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ mkdir $name
cp target/$TARGET/release/sccache $name/
cp README.md LICENSE $name/
tar czvf $name.tar.gz $name
chksum=($(shasum -ba 256 $name.tar.gz))
echo "$chksum" > $name.tar.gz.sha256

0 comments on commit 1fa0c14

Please sign in to comment.