Skip to content

Commit

Permalink
Update native image build path
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 4, 2024
1 parent 3414878 commit 729524f
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 @@ -49,7 +49,7 @@ jobs:
with:
name: exe-jar
- name: Build Executable
run: native-image -jar exe-jar/pace-cli-${{ needs.build.outputs.version }}-jar-with-dependencies.jar -H:Name=pace-cli
run: native-image -jar pace-cli-${{ needs.build.outputs.version }}-jar-with-dependencies.jar -H:Name=pace-cli
- name: Upload Executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 729524f

Please sign in to comment.