This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 1ae50ccbe475d96d7def55d1fe97e7a22085c294
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 22 15:06:26 2025 +1000

    reports for all (sub) projects
---
 .github/workflows/groovy-build-test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index 59cec9f907..aec19784f9 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -47,7 +47,7 @@ jobs:
         if: always()
         with:
           name: build-reports-${{ matrix.java }}
-          path: build/reports/
+          path: '**/build/reports/'
 
   additional:
     #if: github.event_name == 'push'
@@ -91,7 +91,7 @@ jobs:
         if: always()
         with:
           name: build-reports-24
-          path: build/reports/
+          path: '**/build/reports/'
 
   ea:
     #if: github.event_name == 'push'
@@ -123,4 +123,4 @@ jobs:
         if: always()
         with:
           name: build-reports-ea
-          path: build/reports/
+          path: '**/build/reports/'

Reply via email to