We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8905b6b commit 1ca5336Copy full SHA for 1ca5336
.github/workflows/linux.yml
@@ -240,7 +240,7 @@ jobs:
240
name: Store build artifacts
241
strategy:
242
matrix:
243
- build_type: [Release]
+ build-type: [Release]
244
needs: [openvino_download, genai_build_wheel, genai_build_cmake]
245
timeout-minutes: 10
246
defaults:
.github/workflows/windows.yml
@@ -308,7 +308,7 @@ jobs:
308
309
310
311
312
needs: [openvino_download, genai_build_wheel, genai_build_cpack]
313
314
0 commit comments