Skip to content

Commit cb7eb66

Browse files
committed
Fix native binary build for Windows
1 parent 31c2b78 commit cb7eb66

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ jobs:
221221
- if: matrix.os == 'macos-latest'
222222
run: ./mvnw --show-version --batch-mode --no-transfer-progress install -P prod,op,standalone,native -Dquarkus.native.container-build=false
223223
- if: matrix.os == 'windows-latest'
224-
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -P "prod,op,standalone,native" "-Dquarkus.native.container-build=false"
225-
shell: cmd
224+
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install "-P" "prod,op,standalone,native" "-Dquarkus.native.container-build=false"
226225
- if: matrix.os == 'windows-latest'
227226
run: |
228227
$APP_NAME = "hal-op"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fix native binary build for Windows
13+
1014
## [0.2.4] - 2026-03-06
1115

1216
### Fixed

0 commit comments

Comments
 (0)