From f14e642d06524ef3032e103985d0172ac42661f7 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Thu, 12 Jun 2025 15:53:45 -0400 Subject: [PATCH] Unnest the snapshot zip uploaded to workflow results --- .github/workflows/gradle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ec052717..6676cb9b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -61,7 +61,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: 'apache-grails-SNAPSHOT-incubating-bin.zip' - path: grails-cli/build/distributions/apache-grails-*.zip + include-hidden-files: true + path: tmp1/cli/**/* if-no-files-found: 'error' publish: if: github.repository_owner == 'apache' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')