Update build reports path for multi-project build

This commit is contained in:
Daniel Shuy 2024-11-07 18:22:28 +08:00 committed by Daz DeBoer
parent 707359876a
commit 9d68e8b435

View file

@ -502,7 +502,7 @@ jobs:
if: always() if: always()
with: with:
name: build-reports name: build-reports
path: build/reports/ path: **/build/reports/
``` ```
### Use of custom init-scripts in Gradle User Home ### Use of custom init-scripts in Gradle User Home