mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upload build reports if and only if build has failed
Closes gh-36558
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
|
||||
- name: Upload build reports
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: build-reports
|
||||
path: '**/build/reports/'
|
||||
|
||||
Reference in New Issue
Block a user