Browse Source

ci: Correct mainline release dependency

nce_cpp
Zach Hilman 6 years ago
parent
commit
41826fac4f
  1. 2
      .ci/templates/release-download.yml
  2. 4
      .ci/yuzu-mainline-step2.yml

2
.ci/templates/release-download.yml

@ -2,7 +2,7 @@ steps:
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
displayName: 'Download Windows Release' displayName: 'Download Windows Release'
inputs: inputs:
artifactName: 'yuzu-$(BuildName)-windows-mingw'
artifactName: 'yuzu-$(BuildName)-windows-msvc'
buildType: 'current' buildType: 'current'
targetPath: '$(Build.ArtifactStagingDirectory)' targetPath: '$(Build.ArtifactStagingDirectory)'
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2

4
.ci/yuzu-mainline-step2.yml

@ -53,7 +53,9 @@ stages:
cache: 'true' cache: 'true'
- stage: release - stage: release
displayName: 'Release' displayName: 'Release'
dependsOn: build
dependsOn:
- build
- build_win
jobs: jobs:
- job: github - job: github
displayName: 'GitHub Release' displayName: 'GitHub Release'

Loading…
Cancel
Save