Skip to content

Commit

Permalink
Update native-image build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
paytoncain committed Apr 5, 2024
1 parent 2f72020 commit ef15778
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
name: reflection-config
- name: Build Executable
run: native-image -jar pace-cli-${{ needs.build.outputs.version }}-jar-with-dependencies.jar -H:Name=pace-cli -H:ReflectionConfigurationFiles=native-reflection-configuration.json
- name: Echo OS
run: |
echo ${{ env.RUNNER_OS }}
- name: Echo Arch
run: |
echo ${{ env.RUNNER_ARCH }}
- name: Upload Executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ef15778

Please sign in to comment.