From 934d49d01e8f6c026fe658489593c41ffb925a42 Mon Sep 17 00:00:00 2001 From: Stamen Stoychev Date: Tue, 7 Jan 2025 12:01:03 +0200 Subject: [PATCH] fix(cd): fixing issue with chars --- azure-devops/templates/cd-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-devops/templates/cd-template.yml b/azure-devops/templates/cd-template.yml index b73b3cce2..7b8e5f384 100644 --- a/azure-devops/templates/cd-template.yml +++ b/azure-devops/templates/cd-template.yml @@ -130,7 +130,7 @@ steps: displayName: Publish Artifact inputs: targetPath: $(Build.ArtifactStagingDirectory)/output.zip - artifact: {{ parameters.submoduleDir }}-artifact + artifact: '{{ parameters.submoduleDir }}-artifact' publishLocation: pipeline - task: Npm@1