mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
16 lines
No EOL
549 B
YAML
16 lines
No EOL
549 B
YAML
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
steps:
|
|
- task: DownloadPipelineArtifact@2
|
|
displayName: 'Download Windows Release'
|
|
inputs:
|
|
artifactName: 'suyu-$(BuildName)-windows-msvc'
|
|
buildType: 'current'
|
|
targetPath: '$(Build.ArtifactStagingDirectory)'
|
|
- task: DownloadPipelineArtifact@2
|
|
displayName: 'Download Linux Release'
|
|
inputs:
|
|
artifactName: 'suyu-$(BuildName)-linux'
|
|
buildType: 'current'
|
|
targetPath: '$(Build.ArtifactStagingDirectory)' |