Fix released protoc path

PiperOrigin-RevId: 514551233
pull/12134/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent d3d4b5abd3
commit f174908946
  1. 1
      pkg/BUILD.bazel

@ -68,6 +68,7 @@ pkg_files(
name = "protoc_files",
srcs = ["bin/protoc"],
attributes = pkg_attributes(mode = "0555"),
prefix = "bin/",
visibility = ["//visibility:private"],
)

Loading…
Cancel
Save