summaryrefslogtreecommitdiff
path: root/.ci/templates
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-10-02 18:54:05 -0400
committerZach Hilman <zachhilman@gmail.com>2019-10-02 18:54:05 -0400
commita86e52a3751405920a2b93d4cd8f5ec0ef62bf2f (patch)
treef7ebcc4376214896996f055c2a203323edeb6887 /.ci/templates
parent53be058e7497abfda6d8312c83194cbd963ab097 (diff)
ci: Correct mainline release dependency
Diffstat (limited to '.ci/templates')
-rw-r--r--.ci/templates/release-download.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/release-download.yml b/.ci/templates/release-download.yml
index 50ca06bb2..f7e30690f 100644
--- a/.ci/templates/release-download.yml
+++ b/.ci/templates/release-download.yml
@@ -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