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-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 40d259ce tweak actions
40d259ce is described below
commit 40d259ceb576255dc340bc9cabce3c4c0ace8f6f
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 12:49:49 2024 +1000
tweak actions
---
.github/workflows/build-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 46611d29..7043a4a6 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -44,5 +44,5 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
- name: build-reports
- path: build/reports/
+ name: build-reports-${{ matrix.java }}
+ path: '**/build/reports/'