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: