diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:33:38 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:33:38 +0400 |
| commit | 45badf759f03bef29a8f697de26b86e22a23cf0f (patch) | |
| tree | 1306dfc9c1e2199025e7c180916590c4f3c40807 | |
| parent | bb0cfca6614c7e4196fbba59d36eda05dee640a4 (diff) | |
fix actions artifacts
| -rw-r--r-- | .github/workflows/bazel-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/**/*
|
