From 74c18d89084981bfd1da0e0fbc1232a15fae649a Mon Sep 17 00:00:00 2001 From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Wed, 4 Aug 2021 21:21:34 +0400 Subject: [PATCH] fix the build command --- .github/workflows/bazel-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 03b2d1c..e6325cd 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -41,7 +41,7 @@ jobs: # Runs a set of commands using the runners shell - name: Execute build script run: | - bazel //:gazelle + bazel run //:gazelle bazel build //... - name: Bazel artifacts uses: actions/upload-artifact@v2 -- 2.39.5