diff options
author | bunnei <bunneidev@gmail.com> | 2019-10-09 02:16:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 02:16:28 +0200 |
commit | 464353bc5751dfc62a64c5eb64a632a8df5fed63 (patch) | |
tree | 536e06facbce94dd263753e7d05a5e8c24a19cdf /.ci/yuzu-patreon-step2.yml | |
parent | Merge pull request #2956 from DarkLordZach/azure-win-tarxz (diff) | |
parent | ci: Isolate upload merge step into stage 2 (diff) | |
download | yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.gz yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.bz2 yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.lz yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.xz yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.tar.zst yuzu-464353bc5751dfc62a64c5eb64a632a8df5fed63.zip |
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 6c628350f..35c5fbe36 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -32,3 +32,11 @@ stages: artifactSource: 'false' cache: $(parameters.cache) version: $(DisplayVersion) +- stage: release + displayName: 'release' + dependsOn: build + jobs: + - job: release + displayName: 'source' + steps: + - template: ./templates/release-private-tag.yml |