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 b3a89e3 include .grails directory in grails-cli-snapshot
b3a89e3 is described below
commit b3a89e3242cdd7c7ae1f6c75236e4f9cd7246c06
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 22:11:01 2025 -0400
include .grails directory in grails-cli-snapshot
---
.github/workflows/gradle.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index ee66dd3..edf041e 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -58,14 +58,11 @@ jobs:
unzip cli -d tmp1
mv tmp1/grails-cli-* tmp1/cli
./tmp1/cli/grails --version
- - name: Debug Directory
- run: |
- cd tmp1/cli/.grails
- ls -la
- name: "📤 Upload CLI Zip to Workflow Summary Page"
if: ${{ matrix.java == '17' }}
uses: actions/upload-artifact@v4
with:
+ include-hidden-files: true
name: grails-cli-snapshot
path: |
tmp1/cli/**