From bb0cfca6614c7e4196fbba59d36eda05dee640a4 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> Date: Sat, 7 Aug 2021 12:26:42 +0400 Subject: [PATCH] fix ci artifacts --- .github/workflows/bazel-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 1cba1e3..0d35e8c 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -51,4 +51,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: Executables - path: bazel-bin/ + path: bazel-bin/* -- 2.39.5