From f6361fe010d5862480efe672186ba13845ae1d7e Mon Sep 17 00:00:00 2001 From: rachguo Date: Wed, 12 Jul 2023 17:58:37 -0700 Subject: [PATCH] fix --- tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3eadbcf..6442e2d 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -170,7 +170,7 @@ jobs: ARTIFACTS_LIST=$(ls) POD_ARCHIVE=$(echo "${ARTIFACTS_LIST}" | sed -n '5p') echo "##vso[task.setvariable variable=podArchive]${POD_ARCHIVE}" - shasum -a 256 "${POD_ARCHIVE}" + shasum -a 256 "${{ variables.podArchive }}" workingDirectory: '$(Build.ArtifactStagingDirectory)/ios_packaging_artifacts' displayName: "Print ORT iOS Pod checksum"