Skip to content

Commit d751f66

Browse files
committed
fix typo in downloading artifacts in CI
1 parent c6557e6 commit d751f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/download-extract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
project: $(System.TeamProjectId)
3030
pipeline: $(System.DefinitionId)
3131
buildVersionToDownload: "latestFromBranch"
32-
branchName: $(System.PullRequest.TargetBranch))
32+
branchName: $(System.PullRequest.TargetBranch)
3333
artifactName: ${{ parameters.artifactName }}
3434
downloadPath: ${{ parameters.downloadPath }}
3535

0 commit comments

Comments
 (0)