Skip to content
Snippets Groups Projects
Commit a4c1644d authored by murgatroid99's avatar murgatroid99
Browse files

Actually make the output directories

parent f8fb955e
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,8 @@ for arch in {x86,x64}; do ...@@ -72,7 +72,8 @@ for arch in {x86,x64}; do
cp $input_dir/grpc_node_plugin* bin/ cp $input_dir/grpc_node_plugin* bin/
# For now, this will have to be manually uploaded to a folder with the # For now, this will have to be manually uploaded to a folder with the
# correct package version # 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/ tar -czf $output_dir/$node_plat-$node_arch.tar.gz bin/
done done
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment