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