Skip to content

Commit

Permalink
fix(scripts/build-release): put everything into a release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Philips committed May 21, 2014
1 parent cc37c58 commit 3c04f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3c04f8b

Please sign in to comment.