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 5fc8b08..269b056 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -171,6 +171,7 @@ jobs: # once that's done cleanup the copy of the pod zip file - script: | set -e -x + cd "$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts_full" ARTIFACTS_LIST=$(ls) POD_ARCHIVE=$(echo "${ARTIFACTS_LIST}" | sed -n '3p')