Skip to content

Commit

Permalink
Fix path name
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Jan 17, 2024
1 parent a96f719 commit 93708d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-onnxruntime-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 93708d0

Please sign in to comment.