diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-06 20:22:14 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-06 20:22:14 +0400 |
| commit | 737270cb35f035e8c737e1e20e36517f34dc24a1 (patch) | |
| tree | 76bc9a05aed9703421507ae5594f63a81cab5ae5 | |
| parent | 1f65031884de6503db89af64ccbbd3269e76b179 (diff) | |
fix guthub actions
| -rw-r--r-- | .github/workflows/bazel-build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index f20bd29..37f9202 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -47,5 +47,4 @@ jobs: uses: actions/upload-artifact@v2
with:
name: bazel-artifacts
- path: |
- bazel-bin/
+ path: bazel-bin/
|
