This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch wrapper-artifact in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 2f2ac304b13a27533a5b0c4be22dea9b682a86fd Author: James Fredley <[email protected]> AuthorDate: Thu May 15 21:52:16 2025 -0400 Update path for wrapper 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 8013be699c..cb398c1fe2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -238,7 +238,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: grails-wrapper-snapshot - path: build/wrapper.zip + path: build/tmp/wrapper/ docs: if: github.repository_owner == 'apache' && github.event_name == 'push' needs: [ publish ] @@ -284,4 +284,4 @@ jobs: GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }} GRADLE_PUBLISH_RELEASE: 'false' SOURCE_FOLDER: grails-doc/build/docs - TARGET_REPOSITORY: 'apache/grails-doc' \ No newline at end of file + TARGET_REPOSITORY: 'apache/grails-doc'
