]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add build artifacts
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>
Wed, 4 Aug 2021 17:19:57 +0000 (21:19 +0400)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 17:19:57 +0000 (21:19 +0400)
.github/workflows/bazel-build.yml

index 187384f7b8f2b932c8eddecfcd3c463db9bb4933..03b2d1c1147272587516a999d72ff75d26f0bde6 100644 (file)
@@ -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/