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 96fcf7f  Update path for CLI artifact
96fcf7f is described below

commit 96fcf7fe67a06e7b53aeeac74ee34e74b13f7d0a
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 21:18:23 2025 -0400

    Update path for CLI artifact
    
    Removes nested zip file
---
 .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 0397d67..e8f672b 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -63,7 +63,7 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: grails-cli-snapshot
-          path: cli.zip
+          path: tmp1/cli
   publish:
     if: github.repository_owner == 'apache' && github.event_name == 'push'
     needs: [ build ]
@@ -88,4 +88,4 @@ jobs:
           MAVEN_PUBLISH_URL: ${{ secrets.GRAILS_NEXUS_PUBLISH_SNAPSHOT_URL }}
           MAVEN_PUBLISH_USERNAME: ${{ secrets.NEXUS_USER }}
           MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PW  }}
-        run: ./gradlew publish
\ No newline at end of file
+        run: ./gradlew publish

Reply via email to