Skip to content

Commit

Permalink
Fix release note path (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramayank1 authored Jul 28, 2023
1 parent 4981792 commit 1c92c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-maven-central-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
- task: PublishPipelineArtifact@1
displayName: "Publish release notes to pipeline"
inputs:
targetPath: "$(build.sourcesdirectory)/dogfood-release-notes.txt"
targetPath: "$(build.sourcesdirectory)/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt"
artifact: "notes"
publishLocation: "pipeline"

0 comments on commit 1c92c73

Please sign in to comment.