Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Sep 29, 2024
1 parent c4825e4 commit 7de8778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/stages/jobs/steps/capi-appleframework-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
cp -R $(Build.BinariesDirectory)/apple_framework/framework_out/onnxruntime-genai.xcframework \
$(Build.BinariesDirectory)/artifacts_staging/onnxruntime-genai.xcframework
pushd $(Build.BinariesDirectory)/artifacts_staging
zip -vr $(Build.BinariesDirectory)/artifacts/onnxruntime_genai_ios_xcframework.zip \
zip -vr $(Build.BinariesDirectory)/artifacts/onnxruntime-genai-ios-$(genai_version).zip \
onnxruntime-genai.xcframework
popd
displayName: 'Build Apple XCFramework'
Expand Down

0 comments on commit 7de8778

Please sign in to comment.