summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rw-r--r--.ci/templates/release-download.yml2
-rw-r--r--.ci/yuzu-mainline-step2.yml4
2 files changed, 4 insertions, 2 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
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml
index 1c9b59a02..0c1af397b 100644
--- a/.ci/yuzu-mainline-step2.yml
+++ b/.ci/yuzu-mainline-step2.yml
@@ -53,7 +53,9 @@ stages:
cache: 'true'
- stage: release
displayName: 'Release'
- dependsOn: build
+ dependsOn:
+ - build
+ - build_win
jobs:
- job: github
displayName: 'GitHub Release'