diff --git a/.github/scripts/make-release-artifact-bundle.sh b/.github/scripts/make-release-artifact-bundle.sh index 55b1e375..58fccb2e 100755 --- a/.github/scripts/make-release-artifact-bundle.sh +++ b/.github/scripts/make-release-artifact-bundle.sh @@ -24,6 +24,8 @@ ARTIFACT=deephaven-benchmark-${VERSION} sed -i "s;1.0-SNAPSHOT;${VERSION};" pom.xml mvn -B install --file pom.xml +cp pom.xml ${ARTIFACT}.pom + gpg --import ${KEY_FILE} gpg -ab ${ARTIFACT}.pom gpg -ab ${ARTIFACT}.jar