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