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 da3741f include .grails directory in grails-cli-snapshot
da3741f is described below
commit da3741fc9850e6449a073fc9fa9f6a6132d0930a
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 21:44:24 2025 -0400
include .grails directory in grails-cli-snapshot
---
.github/workflows/gradle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index bdf085c..d18a78b 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -64,7 +64,7 @@ jobs:
with:
name: grails-cli-snapshot
path: |
- tmp1/cli/.*/** # include .grails directory
+ tmp1/cli/.grails # include .grails directory
tmp1/cli
publish:
if: github.repository_owner == 'apache' && github.event_name == 'push'