Skip to content

Commit

Permalink
chore: add copy recipe bundles to release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 1, 2024
1 parent 4278085 commit 1e90552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/checkout@v4
- run: bazel run --config=ci //:copy_dist_bin
- run: bazel run --config=ci //:copy_dist_codegen_plugins
- run: bazel run --config=ci //:copy_dist_recipe_bundles
- uses: actions/upload-artifact@v4
with:
name: windows-x64-binaries
Expand All @@ -58,6 +59,7 @@ jobs:
- uses: actions/checkout@v4
- run: bazel run --config=ci //:copy_dist_bin
- run: bazel run --config=ci //:copy_dist_codegen_plugins
- run: bazel run --config=ci //:copy_dist_recipe_bundles
- uses: actions/upload-artifact@v4
with:
name: linux-x64-binaries
Expand Down

0 comments on commit 1e90552

Please sign in to comment.