diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-10-09 01:52:02 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-10-09 01:52:02 +0200 |
commit | 1817191d5569bea9b19c25f548117325eda6ed65 (patch) | |
tree | b06f70fd243c5205e768aa9902f0993d335cdea1 /.ci/yuzu-mainline-step2.yml | |
parent | ci: Update build suffix for mock builds (diff) | |
download | yuzu-1817191d5569bea9b19c25f548117325eda6ed65.tar yuzu-1817191d5569bea9b19c25f548117325eda6ed65.tar.gz yuzu-1817191d5569bea9b19c25f548117325eda6ed65.tar.bz2 yuzu-1817191d5569bea9b19c25f548117325eda6ed65.tar.lz yuzu-1817191d5569bea9b19c25f548117325eda6ed65.tar.xz yuzu-1817191d5569bea9b19c25f548117325eda6ed65.tar.zst yuzu-1817191d5569bea9b19c25f548117325eda6ed65.zip |
Diffstat (limited to '')
-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 |