From 1d3185cceb45d3e134cbeec55e96e58ec3d16b08 Mon Sep 17 00:00:00 2001 From: rachguo Date: Thu, 13 Jul 2023 14:00:43 -0700 Subject: [PATCH] update --- tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml | 1 + 1 file changed, 1 insertion(+) 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')