summaryrefslogtreecommitdiffstats
path: root/.ci/templates/release-github.yml
diff options
context:
space:
mode:
authorZach Hilman <DarkLordZach@users.noreply.github.com>2019-09-22 22:01:29 +0200
committerFlame Sage <chris062689@gmail.com>2019-09-22 22:01:29 +0200
commitcc3db2aa43ee617ed5086976e0354c72feba713c (patch)
tree4e61181ceb6784282cb034cf5231d9b259ce6e1d /.ci/templates/release-github.yml
parentMerge pull request #2683 from DarkLordZach/lock-exit (diff)
downloadyuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar
yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.gz
yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.bz2
yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.lz
yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.xz
yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.tar.zst
yuzu-cc3db2aa43ee617ed5086976e0354c72feba713c.zip
Diffstat (limited to '.ci/templates/release-github.yml')
-rw-r--r--.ci/templates/release-github.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml
new file mode 100644
index 000000000..39fd47f1c
--- /dev/null
+++ b/.ci/templates/release-github.yml
@@ -0,0 +1,11 @@
+steps:
+ - template: ./release-download.yml
+ - task: GitHubRelease@0
+ inputs:
+ action: 'create'
+ title: 'yuzu $(BuildName) #$(Build.BuildId)'
+ assets: '$(Build.ArtifactStagingDirectory)/*'
+ gitHubConnection: $(GitHubReleaseConnectionName)
+ repositoryName: '$(Build.Repository.Name)'
+ target: '$(Build.SourceVersion)'
+ tagSource: 'auto' \ No newline at end of file