release-download.yml 451 B

12345678910111213
  1. steps:
  2. - task: DownloadPipelineArtifact@2
  3. displayName: 'Download Windows Release'
  4. inputs:
  5. artifactName: 'yuzu-$(BuildName)-windows-msvc'
  6. buildType: 'current'
  7. targetPath: '$(Build.ArtifactStagingDirectory)'
  8. - task: DownloadPipelineArtifact@2
  9. displayName: 'Download Linux Release'
  10. inputs:
  11. artifactName: 'yuzu-$(BuildName)-linux'
  12. buildType: 'current'
  13. targetPath: '$(Build.ArtifactStagingDirectory)'