mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
fix for osx build
This commit is contained in:
parent
edbe64efb8
commit
0d9b293ac1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ echo 'package the release binary...\n'
|
|||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||
|
||||
# Do some custom requirements on OS X
|
||||
cd target/release ; rm -f *.tgz; tar zcf "grin-wallet-$tagname-$TRAVIS_JOB_ID-osx.tgz" grin
|
||||
cd target/release ; rm -f *.tgz; tar zcf "grin-wallet-$tagname-$TRAVIS_JOB_ID-osx.tgz" grin-wallet
|
||||
/bin/ls -ls *.tgz | awk '{print $6,$7,$8,$9,$10}'
|
||||
md5 "grin-wallet-$tagname-$TRAVIS_JOB_ID-osx.tgz" > "grin-wallet-$tagname-$TRAVIS_JOB_ID-osx.tgz"-md5sum.txt
|
||||
/bin/ls -ls *-md5sum.txt | awk '{print $6,$7,$8,$9,$10}'
|
||||
|
|
Loading…
Reference in a new issue