Skip to content

Commit 72cc521

Browse files
committed
upload only necessary log instead of the whole build folder
1 parent 98b2aa6 commit 72cc521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: always()
9393
with:
9494
name: tsan-report
95-
path: build
95+
path: build/Testing/Temporary/LastTest.log
9696

9797
- name: revert ownership of workspace to root
9898
run: sudo chown -R root:root .

0 commit comments

Comments
 (0)