]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add bazel artifacts
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>
Sun, 5 Sep 2021 15:53:19 +0000 (19:53 +0400)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 15:53:19 +0000 (19:53 +0400)
.github/workflows/bazel-build.yml

index 99b56aedf3575841aae128d2db4967bc961a3887..3a01be289ec533105a35b89960cb67ab2d0150d8 100644 (file)
@@ -46,4 +46,16 @@ jobs:
         uses: actions/upload-artifact@v2
         with:
           name: all-${{ matrix.os }}
-          path: bazel-bin*/package*
+          path: bazel-bin*/package_*
+
+      - name: Bazel artifacts zip
+        uses: actions/upload-artifact@v2
+        with:
+          name: all-${{ matrix.os }}
+          path: bazel-bin*/package_zip.zip
+
+      - name: Bazel artifacts tar
+        uses: actions/upload-artifact@v2
+        with:
+          name: all-${{ matrix.os }}
+          path: bazel-bin*/package_tar.tar.gz