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 85664fb  include .grails directory in grails-cli-snapshot
85664fb is described below

commit 85664fb14576daaba9cfe226a4962d86b6a32746
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 21:41:22 2025 -0400

    include .grails directory in grails-cli-snapshot
---
 .github/workflows/gradle.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index e8f672b..bdf085c 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -63,7 +63,9 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: grails-cli-snapshot
-          path: tmp1/cli
+          path: |
+            tmp1/cli/.*/** # include .grails directory
+            tmp1/cli
   publish:
     if: github.repository_owner == 'apache' && github.event_name == 'push'
     needs: [ build ]

Reply via email to