summaryrefslogtreecommitdiff
path: root/.ci/templates/release-github.yml
diff options
context:
space:
mode:
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 @@
1steps: 1steps:
2 - template: ./release-download.yml 2 - template: ./release-download.yml
3 - task: GitHubRelease@0 3 - task: GitHubRelease@0
4 displayName: 'GitHub Release'
4 inputs: 5 inputs:
5 action: 'create' 6 action: 'create'
6 title: 'yuzu $(BuildName) #$(Build.BuildId)' 7 title: '$(ReleasePrefix) $(DisplayVersion)'
7 assets: '$(Build.ArtifactStagingDirectory)/*' 8 assets: '$(Build.ArtifactStagingDirectory)/*'
8 gitHubConnection: $(GitHubReleaseConnectionName) 9 gitHubConnection: $(GitHubReleaseConnectionName)
9 repositoryName: '$(Build.Repository.Name)' 10 repositoryName: '$(Build.Repository.Name)'
10 target: '$(Build.SourceVersion)' 11 target: '$(Build.SourceVersion)'
11 tagSource: 'auto' \ No newline at end of file 12 tagSource: manual
13 tag: $(BuildName)-$(DisplayPrefix)-$(DisplayVersion) \ No newline at end of file