From 0990042f954972cf5cdc2071552989e10f18b21d Mon Sep 17 00:00:00 2001 From: Kangxuan Ye Date: Thu, 5 Dec 2024 14:20:39 -0800 Subject: [PATCH] update --- tools/yaml-templates/ios-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yaml-templates/ios-test.yml b/tools/yaml-templates/ios-test.yml index caa5c62b05..59b53da1d7 100644 --- a/tools/yaml-templates/ios-test.yml +++ b/tools/yaml-templates/ios-test.yml @@ -156,7 +156,7 @@ steps: - task: 1ES.PublishPipelineArtifact@1 inputs: - pathToPublish: '$(agent.buildDirectory)/Logs/$(agent.JobName)/$(agent.JobName)_DebugLogs.zip' + path: '$(agent.buildDirectory)/Logs/$(agent.JobName)/$(agent.JobName)_DebugLogs.zip' artifact: iOSDebugLogs - ${{ parameters.testPlan }} - Attempt $(System.JobAttempt) condition: always() continueOnError: true