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
commit bfac2bb4708dd1cddc6a30d6db072682eba4d852 Author: James Daugherty <[email protected]> AuthorDate: Fri May 30 16:29:36 2025 -0400 [skip ci] download jar files to etc/bin/results/published --- etc/bin/verify-jar-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bin/verify-jar-artifacts.sh b/etc/bin/verify-jar-artifacts.sh index f377f59224..70e379517f 100755 --- a/etc/bin/verify-jar-artifacts.sh +++ b/etc/bin/verify-jar-artifacts.sh @@ -51,7 +51,7 @@ gpg --homedir "${GRAILS_GPG_HOME}" --import "${SCRIPT_DIR}/../../KEYS" REPO_BASE_URL="https://repository.apache.org/content/repositories/${STAGING_REPO_ID}" # Create a temporary directory to work in -WORK_DIR='build' +WORK_DIR='etc/bin/results/published' mkdir -p $WORK_DIR echo "Using temp dir: $WORK_DIR" cd "$WORK_DIR"
