From af0aec1a8f7a72075571c9209851020c8bee894b Mon Sep 17 00:00:00 2001 From: rachguo Date: Wed, 12 Jul 2023 17:56:14 -0700 Subject: [PATCH] fix --- tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml index 480a0a2..3eadbcf 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -180,8 +180,8 @@ jobs: # once that's done cleanup the copy of the pod zip file - script: | set -e -x - cp "$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts/${POD_ARCHIVE}" swift/ - export ORT_IOS_POD_LOCAL_PATH="swift/${POD_ARCHIVE}" + cp "$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts/${{ variables.podArchive }}" swift/ + export ORT_IOS_POD_LOCAL_PATH="swift/${{ variables.podArchive }}" xcodebuild test -scheme onnxruntime -destination 'platform=iOS Simulator,name=iPhone 14' rm swift/pod-archive-onnxruntime-c-*.zip workingDirectory: $(Build.SourcesDirectory)