diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:11:32 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:11:32 +0400 |
| commit | 2ad0de2017e21bb0a91b1ec0eaec64de8263aaa8 (patch) | |
| tree | b2b287ba022b85a851c7d65044d1aa5be6832e33 | |
| parent | e01349e1550e45ba4b900a4ddb61a25a13acf369 (diff) | |
fix ci 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 bfff5cb..1cba1e3 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/package*
+ path: bazel-bin/
|
