Skip to content

Commit 1ac00b1

Browse files
authored
Fix upload reports in GitHub actions (#264)
1 parent c7361e1 commit 1ac00b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
if: always()
4141
uses: actions/upload-artifact@v4
4242
with:
43-
name: junit-results
43+
name: reports
4444
path: |
45-
**/build/test-results/test/*.xml
46-
build/reports
45+
**/build/reports/
4746
4847
- name: Disable Auto-Merge on Fail
4948
if: failure() && github.event_name == 'pull_request'

0 commit comments

Comments
 (0)