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

release-0.4
Brandon Philips 2014-05-20 17:52:48 -07:00
parent cc37c58103
commit 3c04f8b664
1 changed files with 2 additions and 0 deletions

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}