summaryrefslogblamecommitdiffstats
path: root/.ci/templates/release-download.yml
blob: bd32de39590ae37359943b70c9fbd0f810494208 (plain) (tree)
1
2
3
4
5
6
7
8


                                                    



                                           
                                                    







                                                     
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later

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)'