summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-patreon-step2.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-10-06 01:29:35 +0200
committerGitHub <noreply@github.com>2019-10-06 01:29:35 +0200
commit6f511c8006f73206519731db8bd7117fb629b56f (patch)
tree19d08b8008c7171da99e28ba1882032d2e9371b6 /.ci/yuzu-patreon-step2.yml
parentMerge pull request #2944 from lioncash/ast (diff)
parentqt: Change titlebar formatting (diff)
downloadyuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar
yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.gz
yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.bz2
yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.lz
yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.xz
yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.zst
yuzu-6f511c8006f73206519731db8bd7117fb629b56f.zip
Diffstat (limited to '')
-rw-r--r--.ci/yuzu-patreon-step2.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml
index 23e45d9dd..6c628350f 100644
--- a/.ci/yuzu-patreon-step2.yml
+++ b/.ci/yuzu-patreon-step2.yml
@@ -1,6 +1,9 @@
trigger:
- master
+variables:
+ DisplayVersion: $[counter(variables['DisplayPrefix'], 1)]
+
stages:
- stage: format
displayName: 'format'
@@ -28,3 +31,4 @@ stages:
parameters:
artifactSource: 'false'
cache: $(parameters.cache)
+ version: $(DisplayVersion)