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

jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-forge.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 2e7fd0d  Update grails-cli-snapshot paths
2e7fd0d is described below

commit 2e7fd0dedf5dad3e774af526553d02ab9de87243
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 22:02:26 2025 -0400

    Update grails-cli-snapshot paths
---
 .github/workflows/gradle.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index eb3a480..1b0cc06 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -68,8 +68,8 @@ jobs:
         with:
           name: grails-cli-snapshot
           path: |
-            tmp1/cli/
-            tmp1/cli/.grails/ # include .grails directory
+            tmp1/cli/**
+            tmp1/cli/.grails/** # include .grails directory
   publish:
     if: github.repository_owner == 'apache' && github.event_name == 'push'
     needs: [ build ]

Reply via email to