summaryrefslogtreecommitdiffstats
path: root/.ci/templates/release-download.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/release-download.yml')
-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