diff --git a/actions/extractor/BUILD.bazel b/actions/extractor/BUILD.bazel index bbe98d3e8bd..92d2992013a 100644 --- a/actions/extractor/BUILD.bazel +++ b/actions/extractor/BUILD.bazel @@ -5,7 +5,8 @@ codeql_pkg_files( srcs = [ "codeql-extractor.yml", "//:LICENSE", - ] + glob(["tools/**"]), + ], + exes = glob(["tools/**"]), strip_prefix = strip_prefix.from_pkg(), visibility = ["//actions:__pkg__"], )