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 4278085 commit 1e90552Copy full SHA for 1e90552
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
- run: bazel run --config=ci //:copy_dist_bin
44
- run: bazel run --config=ci //:copy_dist_codegen_plugins
45
+ - run: bazel run --config=ci //:copy_dist_recipe_bundles
46
- uses: actions/upload-artifact@v4
47
with:
48
name: windows-x64-binaries
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
64
65
name: linux-x64-binaries
0 commit comments