Преглед изворни кода

ci: Correct mainline release dependency

Zach Hilman пре 6 година
родитељ
комит
a86e52a375
2 измењених фајлова са 4 додато и 2 уклоњено
  1. 1 1
      .ci/templates/release-download.yml
  2. 3 1
      .ci/yuzu-mainline-step2.yml

+ 1 - 1
.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

+ 3 - 1
.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'