From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Wed, 4 Aug 2021 17:19:57 +0000 (+0400) Subject: add build artifacts X-Git-Tag: v0.1~94^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6b4f5570b8e29b5d0ad2a172258403f1797eca01;p=matthieu%2Fnova.git add build artifacts --- diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 187384f..03b2d1c 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -39,6 +39,14 @@ jobs: path: "~/.cache/bazel" key: bazel # Runs a set of commands using the runners shell - - name: Run a multi-line script + - name: Execute build script run: | + bazel //:gazelle bazel build //... + - name: Bazel artifacts + uses: actions/upload-artifact@v2 + with: + name: bazel-artifacts + path: | + bazel-out/ + bazel-bin/