summaryrefslogtreecommitdiffstats
path: root/.ci/templates/release-download.yml
blob: f7e30690f4db107444e3a401931f2b72b25fb516 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
steps:
  - task: DownloadPipelineArtifact@2
    displayName: 'Download Windows Release'
    inputs:
      artifactName: 'yuzu-$(BuildName)-windows-msvc'
      buildType: 'current'
      targetPath: '$(Build.ArtifactStagingDirectory)'
  - task: DownloadPipelineArtifact@2
    displayName: 'Download Linux Release'
    inputs:
      artifactName: 'yuzu-$(BuildName)-linux'
      buildType: 'current'
      targetPath: '$(Build.ArtifactStagingDirectory)'