fix(scripts/build-release): put everything into a release dir

This commit is contained in:
Brandon Philips 2014-05-20 17:52:48 -07:00
parent cc37c58103
commit 3c04f8b664

View File

@ -33,6 +33,8 @@ function package {
cp ${proj}/README.md ${target}/README-${proj}.md
}
mkdir release
cd release
for i in darwin windows linux; do
export GOOS=${i}