summaryrefslogtreecommitdiffstats
path: root/.ci/templates/release-github.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-10-09 01:52:02 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-09 01:52:02 +0200
commit1817191d5569bea9b19c25f548117325eda6ed65 (patch)
treeb06f70fd243c5205e768aa9902f0993d335cdea1 /.ci/templates/release-github.yml
parentci: Update build suffix for mock builds (diff)
downloadyuzu-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 '.ci/templates/release-github.yml')
-rw-r--r--.ci/templates/release-github.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml
index 39fd47f1c..c200954f1 100644
--- a/.ci/templates/release-github.yml
+++ b/.ci/templates/release-github.yml
@@ -1,11 +1,13 @@
steps:
- template: ./release-download.yml
- task: GitHubRelease@0
+ displayName: 'GitHub Release'
inputs:
action: 'create'
- title: 'yuzu $(BuildName) #$(Build.BuildId)'
+ title: '$(ReleasePrefix) $(DisplayVersion)'
assets: '$(Build.ArtifactStagingDirectory)/*'
gitHubConnection: $(GitHubReleaseConnectionName)
repositoryName: '$(Build.Repository.Name)'
target: '$(Build.SourceVersion)'
- tagSource: 'auto' \ No newline at end of file
+ tagSource: manual
+ tag: $(BuildName)-$(DisplayPrefix)-$(DisplayVersion) \ No newline at end of file