From 93708d0175b57125dc10093d37543838127d2d80 Mon Sep 17 00:00:00 2001 From: Koki Ibukuro Date: Wed, 17 Jan 2024 20:16:23 +0100 Subject: [PATCH] Fix path name --- .github/workflows/build-onnxruntime-extensions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-onnxruntime-extensions.yaml b/.github/workflows/build-onnxruntime-extensions.yaml index 96e909b..0615366 100644 --- a/.github/workflows/build-onnxruntime-extensions.yaml +++ b/.github/workflows/build-onnxruntime-extensions.yaml @@ -27,7 +27,7 @@ jobs: - artifact-name: win-x64 run-os: windows-latest build-script: cmd /c .\build_lib.bat --x64 --build_dir out --config RelWithDebInfo --parallel --cmake_generator "Visual Studio 17 2022" --cmake_extra_defines OCOS_ONNXRUNTIME_VERSION="$ORT_VERSION" - artifact-path: out\RelWithDebInfo\bin\libortextensions.dylib + artifact-path: out\RelWithDebInfo\bin\RelWithDebInfo\ortextensions.dll - artifact-name: macos-universal run-os: macos-latest build-script: ./build_lib.sh --build_dir out/ --config RelWithDebInfo --parallel --cmake_extra_defines CMAKE_OSX_ARCHITECTURES="arm64;x86_64" OCOS_ONNXRUNTIME_VERSION="$ORT_VERSION"