diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0e4116c..3bd7c1b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -66,8 +66,9 @@ jobs: - name: Compile to native image run: | - cd "${{ github.workspace }}" - ./app/mvnw -Pnative native:compile + pwd + ls + mvn -Pnative native:compile --file app/pom.xml - name: Create GitHub Release uses: softprops/action-gh-release@v1