We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd71a6 commit 06710aaCopy full SHA for 06710aa
pgp-verify-jar/pgp-verify-jar.sh
@@ -250,6 +250,6 @@ for artifact in "${artifacts[@]}"; do
250
if [ "${VERIFICATION_MODE}" = 'online' ] && [ -z ${ONLINE_KEYS+x} ]; then
251
\gpg --auto-key-locate keyserver --keyserver "${KEYSERVER}" --keyserver-options auto-key-retrieve --verify "${DOWNLOAD_DIR}/${signatureFile}" "${DOWNLOAD_DIR}/${artifactFile}"
252
else
253
- \gpg --verify "${signatureFile}" "${DOWNLOAD_DIR}/${artifactFile}"
+ \gpg --verify "${DOWNLOAD_DIR}/${signatureFile}" "${DOWNLOAD_DIR}/${artifactFile}"
254
fi
255
done
0 commit comments