Upload build reports if and only if build has failed

Closes gh-36558
pull/36620/head
Andy Wilkinson 1 year ago
parent aae8665db1
commit 637e190e76

@ -37,6 +37,7 @@ jobs:
- name: Upload build reports
uses: actions/upload-artifact@v3
if: failure()
with:
name: build-reports
path: '**/build/reports/'

Loading…
Cancel
Save