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