We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb232df commit 1a6c1baCopy full SHA for 1a6c1ba
.github/workflows/build-bazel.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Upload bazel-testlogs
31
uses: actions/upload-artifact@v4
32
with:
33
- name: bazel-testlogs
34
- path: bazel-testlogs/
+ name: bazel-testlogs-${{ matrix.os }}
+ path: bazel-testlogs-${{ matrix.os }}/
35
36
bazel-win:
37
runs-on: windows-latest
@@ -58,5 +58,5 @@ jobs:
58
59
60
61
62
+ name: bazel-testlogs-win
+ path: bazel-testlogs-win/
0 commit comments