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