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 ef15778 commit f80fc2b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,14 @@ 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
- name: Set env vars
run: |
echo ${{ env.RUNNER_OS }}
- name: Echo Arch
run: |
echo ${{ env.RUNNER_ARCH }}
echo "os=${RUNNER_OS}" >> $GITHUB_ENV
echo "arch=${RUNNER_ARCH}" >> $GITHUB_ENV
- name: Upload Executable
uses: actions/upload-artifact@v4
with:
name: pace-cli-${{ env.RUNNER_ARCH }}
name: pace-cli-${{ env.os }}-${{ env.arch }}
path: "pace-cli"

release:
Expand Down

0 comments on commit f80fc2b

Please sign in to comment.