From ef15778221c7047cdfcc087cb65b7199be51b66e Mon Sep 17 00:00:00 2001 From: paytoncain Date: Thu, 4 Apr 2024 22:22:07 -0600 Subject: [PATCH] Update native-image build stage --- .github/workflows/maven.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 89ce275e..14f2b030 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: