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-forge.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 6d08eec remove name from artifact upload
6d08eec is described below
commit 6d08eece4460c2a94ce552e569f007ff238cad4f
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 21:43:15 2025 -0400
remove name from artifact upload
---
.github/workflows/gradle.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index a10edf6..3a27efc 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -60,10 +60,8 @@ jobs:
if: ${{ matrix.java == '17' }}
uses: actions/upload-artifact@v4
with:
- include-hidden-files: true
- name: grails-cli-snapshot
- path: |
- grails-cli/build/distributions/apache-grails-*.zip
+ path: grails-cli/build/distributions/apache-grails-*.zip
+ if-no-files-found: 'error'
publish:
if: github.repository_owner == 'apache' && github.event_name == 'push'
needs: build