From d380e9e69c7b01d5faad3ccf0aa853d22e018b48 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 22 Mar 2024 17:23:14 +0100 Subject: [PATCH] build: run jreleaser from root --- .github/workflows/native-build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 97705be..7ba7089 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -63,8 +63,5 @@ jobs: env: JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - ls -la - pushd server - ls -la - mvn -ntp -B --file pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release -Djreleaser.dry.run=true - popd server \ No newline at end of file + 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