summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>2021-09-05 19:53:19 +0400
committerGitHub <noreply@github.com>2021-09-05 19:53:19 +0400
commitba50243c2f852a1b09e8794e5498e6ed181eb93b (patch)
treee4982f754cee0e9a7608817a5c587a7d2027ab24
parent79fb309f38ca48d2bc03fc11f8469361d853892e (diff)
add bazel artifacts
-rw-r--r--.github/workflows/bazel-build.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml
index 99b56ae..3a01be2 100644
--- a/.github/workflows/bazel-build.yml
+++ b/.github/workflows/bazel-build.yml
@@ -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