Actually make the output directories

pull/6309/head
murgatroid99 9 years ago
parent f8fb955e15
commit a4c1644d56
  1. 3
      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

Loading…
Cancel
Save