Skip to content

Commit 1a6c1ba

Browse files
committed
test upload of logs
1 parent eb232df commit 1a6c1ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-bazel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Upload bazel-testlogs
3131
uses: actions/upload-artifact@v4
3232
with:
33-
name: bazel-testlogs
34-
path: bazel-testlogs/
33+
name: bazel-testlogs-${{ matrix.os }}
34+
path: bazel-testlogs-${{ matrix.os }}/
3535

3636
bazel-win:
3737
runs-on: windows-latest
@@ -58,5 +58,5 @@ jobs:
5858
- name: Upload bazel-testlogs
5959
uses: actions/upload-artifact@v4
6060
with:
61-
name: bazel-testlogs
62-
path: bazel-testlogs/
61+
name: bazel-testlogs-win
62+
path: bazel-testlogs-win/

0 commit comments

Comments
 (0)