From 7de87784cdbd363b27dc799cc3cae9db73ff1784 Mon Sep 17 00:00:00 2001 From: Chester Liu <4710575+skyline75489@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:39:34 +0800 Subject: [PATCH] path --- .pipelines/stages/jobs/steps/capi-appleframework-step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/stages/jobs/steps/capi-appleframework-step.yml b/.pipelines/stages/jobs/steps/capi-appleframework-step.yml index b953b2ae9..32be13da0 100644 --- a/.pipelines/stages/jobs/steps/capi-appleframework-step.yml +++ b/.pipelines/stages/jobs/steps/capi-appleframework-step.yml @@ -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'