mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Update build reports path for multi-project build
This commit is contained in:
parent
707359876a
commit
9d68e8b435
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue