Skip to content

Commit

Permalink
fix for osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Mar 1, 2019
1 parent edbe64e commit 0d9b293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .auto-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 0d9b293

Please sign in to comment.