mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 18:57:45 +00:00
ci: Correct mainline release dependency
This commit is contained in:
parent
2d2b2d45d9
commit
41826fac4f
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ steps:
|
|||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Windows Release'
|
||||
inputs:
|
||||
artifactName: 'yuzu-$(BuildName)-windows-mingw'
|
||||
artifactName: 'yuzu-$(BuildName)-windows-msvc'
|
||||
buildType: 'current'
|
||||
targetPath: '$(Build.ArtifactStagingDirectory)'
|
||||
- task: DownloadPipelineArtifact@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue