This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-gradle-publish.git
The following commit(s) were added to refs/heads/main by this push:
new 80e7466 [skip ci] fix verify
80e7466 is described below
commit 80e7466c5723a25451d2cb60e850908cd6bb931f
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Oct 10 10:35:52 2025 +0200
[skip ci] fix verify
Update another KEYS location
---
etc/bin/verify-source-distribution.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/bin/verify-source-distribution.sh
b/etc/bin/verify-source-distribution.sh
index e4a6a70..0d086be 100755
--- a/etc/bin/verify-source-distribution.sh
+++ b/etc/bin/verify-source-distribution.sh
@@ -50,7 +50,7 @@ shasum -a 512 -c
"apache-${PROJECT_NAME}-${VERSION}-src.zip.sha512"
echo "✅ Checksum Verified"
echo "Importing GPG key to independent GPG home ..."
-gpg --homedir "${GRAILS_GPG_HOME}" --import "${SCRIPT_DIR}/../../KEYS"
+gpg --homedir "${GRAILS_GPG_HOME}" --import "${DOWNLOAD_LOCATION}/KEYS"
echo "✅ GPG Key Imported"
echo "Verifying GPG signature..."