There was an error while loading. Please reload this page.
1 parent 8b29681 commit 4782e83Copy full SHA for 4782e83
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build Native Image (Linux/macOS)
42
if: matrix.os != 'windows-latest'
43
- run: ./mvnw -Pnative native:compile -DskipTests
+ run: mvn -Pnative native:compile -DskipTests
44
shell: bash
45
46
- name: Build Native Image (Windows)
0 commit comments