Skip to content

Commit

Permalink
chore: rename recipe bundle target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed Jul 3, 2024
1 parent 8bf82ec commit 1de4142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ bzlws_copy(
)

bzlws_copy(
name = "ecsact_rt_entt_recipe_bundle",
name = "copy_dist_recipe_bundles",
srcs = [
"@ecsact_rt_entt//:ecsact_rt_entt_recipe_bundle",
"@ecsact_rt_entt",
],
out = "dist/share/ecsact/recipes/{FILENAME}",
force = True,
Expand Down
2 changes: 1 addition & 1 deletion CopyDist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_include
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_images
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_bin
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_codegen_plugins
bazel run --ui_event_filters=-info --noshow_progress //:ecsact_rt_entt_recipe_bundle
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_recipe_bundles

0 comments on commit 1de4142

Please sign in to comment.