diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-10-08 19:52:02 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-10-08 19:52:02 -0400 |
commit | 1817191d5569bea9b19c25f548117325eda6ed65 (patch) | |
tree | b06f70fd243c5205e768aa9902f0993d335cdea1 /.ci/yuzu-mainline-step2.yml | |
parent | 1ec23a035361d00a3841c29453ef12374106c4db (diff) |
ci: Isolate upload merge step into stage 2
Diffstat (limited to '.ci/yuzu-mainline-step2.yml')
-rw-r--r-- | .ci/yuzu-mainline-step2.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index a098f0a4e..5f2dfb3d8 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.ci/yuzu-mainline-step2.yml @@ -57,12 +57,12 @@ stages: cache: 'true' version: $(DisplayVersion) - stage: release - displayName: 'Release' + displayName: 'release' dependsOn: - build - build_win jobs: - job: github - displayName: 'GitHub Release' + displayName: 'github' steps: - template: ./templates/release-github.yml
\ No newline at end of file |