We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d79841 commit 76fbb52Copy full SHA for 76fbb52
misc/bazel/pkg.bzl
@@ -203,7 +203,7 @@ def codeql_pack(
203
name,
204
srcs = None,
205
zips = None,
206
- zip_filename = "extractor",
+ zip_filename = None,
207
visibility = None,
208
install_dest = "extractor-pack",
209
**kwargs):
@@ -248,7 +248,7 @@ def codeql_pack(
248
base = internal(kind + "-zip-base"),
249
zips = zips,
250
zip_name = zip_filename,
251
- zip_prefix = name,
+ zip_prefix = name, # this is prefixing the zip contents with the pack name
252
kind = kind,
253
visibility = visibility,
254
)
0 commit comments