diff --git a/pipelines/android-release.yml b/pipelines/android-release.yml index 6a8ce6f..c17fc08 100644 --- a/pipelines/android-release.yml +++ b/pipelines/android-release.yml @@ -69,8 +69,8 @@ steps: inputs: SourceFolder: '$(Build.SourcesDirectory)/changelogs' Contents: | - 'android.xml' - 'changelog.md' + android.xml + github.md TargetFolder: '$(outputDirectory)' - task: PowerShell@2 diff --git a/pipelines/windows-release.yml b/pipelines/windows-release.yml index a6fb6cc..6c8b124 100644 --- a/pipelines/windows-release.yml +++ b/pipelines/windows-release.yml @@ -72,9 +72,9 @@ steps: inputs: SourceFolder: '$(Build.SourcesDirectory)/changelogs' Contents: | - 'windows.json' - 'changelog.md' - TargetFolder: '$(Build.ArtifactStagingDirectory)' + android.xml + github.md + TargetFolder: '$(outputDirectory)' - task: PublishBuildArtifacts@1 displayName: 'Drop Artifact'