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 716bcb7 include .grails directory in grails-cli-snapshot
716bcb7 is described below
commit 716bcb776ea8a9804344ccaa6214a183f9d3fb0e
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 21:48:21 2025 -0400
include .grails directory in grails-cli-snapshot
---
.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 d18a78b..426c8a4 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -64,8 +64,8 @@ jobs:
with:
name: grails-cli-snapshot
path: |
- tmp1/cli/.grails # include .grails directory
- tmp1/cli
+ tmp1/cli/
+ tmp1/cli/.grails/ # include .grails directory
publish:
if: github.repository_owner == 'apache' && github.event_name == 'push'
needs: [ build ]