mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 21:07:52 +00:00
13 lines
No EOL
451 B
YAML
13 lines
No EOL
451 B
YAML
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)' |