mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(scripts/build-release): put everything into a release dir
This commit is contained in:
parent
cc37c58103
commit
3c04f8b664
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user