From 1817191d5569bea9b19c25f548117325eda6ed65 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Tue, 8 Oct 2019 19:52:02 -0400 Subject: ci: Isolate upload merge step into stage 2 --- .ci/yuzu-mainline-step2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/yuzu-mainline-step2.yml') 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 -- cgit v1.2.3