From: Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> Date: Sat, 7 Aug 2021 08:38:01 +0000 (+0400) Subject: fix actions artifacts X-Git-Tag: v0.1~73 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=26abe97784d376956883ee0ed50134ee64bcf48d;p=matthieu%2Fnova.git fix actions artifacts --- diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 804cdb9..1ca15ce 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*/**/*