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

Account for windows file names

parent 110e07af
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,8 @@ for arch in {x86,x64}; do ...@@ -68,8 +68,8 @@ for arch in {x86,x64}; do
node_plat=$plat node_plat=$plat
esac esac
input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts" input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts"
cp $input_dir/protoc bin/ cp $input_dir/protoc* bin/
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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment