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