Skip to content
Snippets Groups Projects
Commit a86e52a3 authored by Zach Hilman's avatar Zach Hilman
Browse files

ci: Correct mainline release dependency

parent 53be058e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -53,7 +53,9 @@ stages:
cache: 'true'
- stage: release
displayName: 'Release'
dependsOn: build
dependsOn:
- build
- build_win
jobs:
- job: github
displayName: 'GitHub Release'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment