Skip to content

Commit 1ca5336

Browse files
committed
Fix build-type
1 parent 8905b6b commit 1ca5336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
name: Store build artifacts
241241
strategy:
242242
matrix:
243-
build_type: [Release]
243+
build-type: [Release]
244244
needs: [openvino_download, genai_build_wheel, genai_build_cmake]
245245
timeout-minutes: 10
246246
defaults:

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
name: Store build artifacts
309309
strategy:
310310
matrix:
311-
build_type: [Release]
311+
build-type: [Release]
312312
needs: [openvino_download, genai_build_wheel, genai_build_cpack]
313313
timeout-minutes: 10
314314
defaults:

0 commit comments

Comments
 (0)