diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f5974d..0c83d03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,11 @@ jobs: build_opts: --cmake_extra_defines CMAKE_SYSTEM_NAME=Windows CMAKE_SYSTEM_PROCESSOR=x86_64 --config Release --parallel --compile_no_warning_as_error --update --build --build_shared_lib result_dir: build/Release release_config: Release + - artifact_name: onnxruntime-win-x64-gpu-cuda + os: windows-2022 + build_opts: --cmake_extra_defines CMAKE_SYSTEM_NAME=Windows CMAKE_SYSTEM_PROCESSOR=x86_64 --config Release --parallel --compile_no_warning_as_error --update --build --build_shared_lib --use_dml + result_dir: build/Release + release_config: Release - artifact_name: onnxruntime-win-x64-gpu os: windows-2022 cuda_version: 12.4.1