summaryrefslogtreecommitdiffstats
path: root/.ci/templates/release-github.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-22 23:23:47 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 23:23:47 +0200
commit851c5d67ae21d2a985f19a6bdb46282fed4f95c5 (patch)
tree4f0d6ff58af7e2278b5f4c1043cf7f97bf369ab0 /.ci/templates/release-github.yml
parentcmake: Add SCM detection for Azure (diff)
downloadyuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.gz
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.bz2
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.lz
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.xz
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.tar.zst
yuzu-851c5d67ae21d2a985f19a6bdb46282fed4f95c5.zip
Diffstat (limited to '')
-rw-r--r--.ci/templates/release-github.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml
index 39fd47f1c..92913f30b 100644
--- a/.ci/templates/release-github.yml
+++ b/.ci/templates/release-github.yml
@@ -3,7 +3,7 @@ steps:
- task: GitHubRelease@0
inputs:
action: 'create'
- title: 'yuzu $(BuildName) #$(Build.BuildId)'
+ title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
assets: '$(Build.ArtifactStagingDirectory)/*'
gitHubConnection: $(GitHubReleaseConnectionName)
repositoryName: '$(Build.Repository.Name)'