Skip to content

Commit b3733bf

Browse files
Fix released protoc path
PiperOrigin-RevId: 514551233
1 parent f6c0767 commit b3733bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ pkg_files(
6868
name = "protoc_files",
6969
srcs = ["bin/protoc"],
7070
attributes = pkg_attributes(mode = "0555"),
71+
prefix = "bin/",
7172
visibility = ["//visibility:private"],
7273
)
7374

0 commit comments

Comments
 (0)