We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df6a61 commit f1e3919Copy full SHA for f1e3919
.github/workflows/build.yml
@@ -109,6 +109,7 @@ jobs:
109
- name: "Build Native Image"
110
run: native-image --no-server -Dmicronaut.env.deduction=false --report-unsupported-elements-at-runtime -cp simplelocalize-cli-*.jar -H:Name="simplelocalize-cli-${{matrix.label}}" io.simplelocalize.cli.SimplelocalizeCliCommand
111
- name: "Optimize executable"
112
+ if: matrix.label != 'mac'
113
uses: svenstaro/upx-action@v2
114
with:
115
file: simplelocalize-cli-${{ matrix.label }}
0 commit comments