Skip to content

Commit

Permalink
cd: fix the step of graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 18, 2024
1 parent 7acbed0 commit 6d6ba6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d6ba6e

Please # to comment.