Skip to content

Commit

Permalink
fix(cd): fixing issue with chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Jan 7, 2025
1 parent 237a17d commit 934d49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/templates/cd-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 934d49d

Please sign in to comment.