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 59752f9fc8d6644d40d79e7dfd7dc32e5209bca4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Dec 5 09:10:50 2024 +1000

    minor refactor: store reports (fix typo)
---
 .github/workflows/groovy-build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index c7aa91ae77..1550e9d53c 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -45,7 +45,7 @@ jobs:
       - name: Upload reports
         uses: actions/upload-artifact@v4
         with:
-          name: build-reports-${{ matrix.jdk }}
+          name: build-reports-${{ matrix.java }}
           path: build/reports/
 
   additional:

Reply via email to