This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new ba9c4ca865 [skip tests] fix wrapper verification / upload
ba9c4ca865 is described below

commit ba9c4ca865a544a1b4b6fc1c3e178cc1908e3348
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 21:12:03 2025 -0400

    [skip tests] fix wrapper verification / upload
---
 .github/workflows/gradle.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index cef7edef7a..c9fccc980b 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -256,16 +256,16 @@ jobs:
       - name: "✅ Verify grails-wrapper"
         if: success()
         run: |
-          cp grails-wrapper/build/distributions/grails-wrapper-*.zip 
build/wrapper.zip
+          cp grails-wrapper/build/distributions/apache-grails-wrapper-*.zip 
build/wrapper.zip
           cd build
           unzip wrapper -d tmp
-          mv tmp/grails-wrapper-* tmp/wrapper
+          mv tmp/apache-grails-wrapper-* tmp/wrapper
           ./tmp/wrapper/grailsw --version
       - name: "📤 Upload Wrapper Zip to Workflow Summary Page"
         uses: actions/upload-artifact@v4
         with:
-          name: grails-wrapper-snapshot
-          path: build/tmp/wrapper/
+          name: wrapper-artifacts
+          path: grails-wrapper/build/distributions/apache-grails-wrapper-*.zip
   docs:
     if: github.repository_owner == 'apache' && github.event_name == 'push'
     needs: [ publish ]

Reply via email to