]> git.puffer.fish Git - matthieu/nova.git/commitdiff
bazel artifacts
authormatthieu <matthieu@developershouse.xyz>
Sun, 5 Sep 2021 15:50:55 +0000 (19:50 +0400)
committermatthieu <matthieu@developershouse.xyz>
Sun, 5 Sep 2021 15:50:55 +0000 (19:50 +0400)
.github/workflows/bazel-build.yml

index 99b56aedf3575841aae128d2db4967bc961a3887..889db3457725fda79ab4233ec7bcc4421553e051 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
\ No newline at end of file