Skip to content

Commit 1e90552

Browse files
committed
chore: add copy recipe bundles to release yml
1 parent 4278085 commit 1e90552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- run: bazel run --config=ci //:copy_dist_bin
4444
- run: bazel run --config=ci //:copy_dist_codegen_plugins
45+
- run: bazel run --config=ci //:copy_dist_recipe_bundles
4546
- uses: actions/upload-artifact@v4
4647
with:
4748
name: windows-x64-binaries
@@ -58,6 +59,7 @@ jobs:
5859
- uses: actions/checkout@v4
5960
- run: bazel run --config=ci //:copy_dist_bin
6061
- run: bazel run --config=ci //:copy_dist_codegen_plugins
62+
- run: bazel run --config=ci //:copy_dist_recipe_bundles
6163
- uses: actions/upload-artifact@v4
6264
with:
6365
name: linux-x64-binaries

0 commit comments

Comments
 (0)