aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-04-26 18:04:36 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-04-26 18:04:36 -0700
commita4c1644d56b8cdd09d1ebcc0b0f9bd46cc106ffe (patch)
tree7117865dc8b38bfb346204e58bac2d80f1b6c5b1 /tools
parentf8fb955e154c20d1ac70de408ab917e24b45007f (diff)
Actually make the output directories
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_package_node.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/build_package_node.sh b/tools/run_tests/build_package_node.sh
index 292408a703..8297b70188 100755
--- a/tools/run_tests/build_package_node.sh
+++ b/tools/run_tests/build_package_node.sh
@@ -72,7 +72,8 @@ for arch in {x86,x64}; do
cp $input_dir/grpc_node_plugin* bin/
# For now, this will have to be manually uploaded to a folder with the
# correct package version
- output_dir=$artifacts/grpc-precompiled-binaries/node/grpc-tools/
+ output_dir=$artifacts/grpc-precompiled-binaries/node/grpc-tools
+ mkdir -p $output_dir
tar -czf $output_dir/$node_plat-$node_arch.tar.gz bin/
done
done