From aea217ebbf53a7e929009edc70be386d60ca9caa Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 22 Mar 2024 17:41:42 +0100 Subject: [PATCH] build: only run jreleaser for the current platform since run from matrix --- .github/workflows/native-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 7ba7089..dad2729 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -64,4 +64,4 @@ jobs: JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | ls -la artifacts - mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true \ No newline at end of file + mvn -ntp -B --file server/pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true -Djreleaser.select.current.platform \ No newline at end of file