From 9a18dd9782660b5f0f6b2cead86ddd26e214890b Mon Sep 17 00:00:00 2001 From: rachguo Date: Wed, 12 Jul 2023 13:52:12 -0700 Subject: [PATCH] fix --- .../ci_build/github/mac-ios-swift-packaging-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 a04a341..286da6a 100644 --- a/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml +++ b/tools/ci_build/github/mac-ios-swift-packaging-pipeline.yml @@ -150,10 +150,10 @@ jobs: # TODO: Download artifacts from the onnxruntime-ios-packaging pipeline artifacts folder - task: DownloadPipelineArtifact@0 - inputs: - pipelineId: '995' #The specific pipeline to download from. - artifactName: 'ios_packaging_artifacts' # string. Required. The name of artifact to download. Default: drop. - targetPath: "$(Build.ArtifactStagingDirectory)" # string. Required. Path to download to. + inputs: + pipelineId: '995' #The specific pipeline to download from. + artifactName: 'ios_packaging_artifacts' # string. Required. The name of artifact to download. Default: drop. + targetPath: "$(Build.ArtifactStagingDirectory)" # string. Required. Path to download to. - script: | set -e -x