diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:56:21 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-07 12:56:21 +0400 |
| commit | abc3b1ca58d93a448ee07cbab9ab01d88e39e25b (patch) | |
| tree | da23f5483f126ff2009556a77f20a9d228032840 | |
| parent | 26abe97784d376956883ee0ed50134ee64bcf48d (diff) | |
change artifacts name
| -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 1ca15ce..4e60e40 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -50,5 +50,5 @@ jobs: - name: Bazel artifacts
uses: actions/upload-artifact@v2
with:
- name: Executables
+ name: all-${{ matrix.os }}
path: bazel-bin*/**/*
|
