Skip to content

Commit

Permalink
compile native image from project root
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 4, 2024
1 parent cc5e360 commit 150e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
name: build-resources
- name: Build Executable
run: cd pace-cli && mvn native:compile
run: mvn native:compile
- name: Upload Executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 150e7d1

Please sign in to comment.