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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user