Skip to content

Commit bb1ca11

Browse files
committed
Update build_outputs.bzl
1 parent 34ad1ad commit bb1ca11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/outputs/build_outputs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def firmware_project_g4(name, linker_script, startup_script, enable_usb = False,
215215
release_srcs.append(target_name + "_out")
216216

217217
native.filegroup (
218-
name = name + "_release",
218+
name = "release",
219219
srcs = release_srcs,
220220
visibility = ["//visibility:public"],
221221
)

0 commit comments

Comments
 (0)