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 02388df debug directory structure
02388df is described below
commit 02388df943dc2f8e48fe30d692499328abd22205
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 21:55:49 2025 -0400
debug directory structure
---
.github/workflows/gradle.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 426c8a4..953e781 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -58,6 +58,10 @@ jobs:
unzip cli -d tmp1
mv tmp1/grails-cli-* tmp1/cli
./tmp1/cli/grails --version
+ - name: Debug Directory
+ run: |
+ cd tmp1/cli/
+ ls -la
- name: "📤 Upload CLI Zip to Workflow Summary Page"
if: ${{ matrix.java == '17' }}
uses: actions/upload-artifact@v4