diff --git a/.github/workflows/presto-release-publish.yml b/.github/workflows/presto-release-publish.yml index 3ac315f13d229..36720303fa17b 100644 --- a/.github/workflows/presto-release-publish.yml +++ b/.github/workflows/presto-release-publish.yml @@ -255,6 +255,7 @@ jobs: presto-cli/target/presto-cli-*-executable.jar presto-benchmark-driver/target/presto-benchmark-driver-*-executable.jar presto-testing-server-launcher/target/presto-testing-server-launcher-*-executable.jar + presto-function-server/target/presto-function-server-*-executable.jar publish-github-release: needs: publish-maven-artifacts @@ -290,6 +291,7 @@ jobs: ./presto-cli/target/presto-cli-*-executable.jar ./presto-benchmark-driver/target/presto-benchmark-driver-*-executable.jar ./presto-testing-server-launcher/target/presto-testing-server-launcher-*-executable.jar + ./presto-function-server/target/presto-function-server-*-executable.jar publish-docker-image: needs: publish-maven-artifacts @@ -334,6 +336,7 @@ jobs: run: | mv ./presto-server/target/presto-server-*.tar.gz docker/ mv ./presto-cli/target/presto-cli-*-executable.jar docker/ + mv ./presto-function-server/target/presto-function-server-*-executable.jar docker/ - name: Build docker image and publish uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 diff --git a/presto-function-server/pom.xml b/presto-function-server/pom.xml index 05328948f659d..12b455186817a 100644 --- a/presto-function-server/pom.xml +++ b/presto-function-server/pom.xml @@ -212,6 +212,22 @@ + + org.skife.maven + really-executable-jar-maven-plugin + + -Xms128m + executable + + + + package + + really-executable-jar + + + +