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 6d6b92c include .grails directory in grails-cli-snapshot
6d6b92c is described below
commit 6d6b92c45533ad96715fc273b133e8b92a5e5b4a
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 22:08:48 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 1b0cc06..ee66dd3 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -69,7 +69,7 @@ jobs:
name: grails-cli-snapshot
path: |
tmp1/cli/**
- tmp1/cli/.grails/** # include .grails directory
+ tmp1/cli/.grails/**/* # include .grails directory
publish:
if: github.repository_owner == 'apache' && github.event_name == 'push'
needs: [ build ]