diff options
| author | 2019-09-22 19:06:48 -0400 | |
|---|---|---|
| committer | 2019-09-22 19:06:48 -0400 | |
| commit | 921dae5e831e015fb3dc947983c5333feeb75dcb (patch) | |
| tree | 27fcf6c5f21e1c28ef0887b1ca68cce4bbd770aa /.ci/templates | |
| parent | ci: Determine build date via bash (diff) | |
| download | yuzu-921dae5e831e015fb3dc947983c5333feeb75dcb.tar.gz yuzu-921dae5e831e015fb3dc947983c5333feeb75dcb.tar.xz yuzu-921dae5e831e015fb3dc947983c5333feeb75dcb.zip | |
ci: Correct GitHub Release name
Diffstat (limited to '.ci/templates')
| -rw-r--r-- | .ci/templates/release-github.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml index 92913f30b..39fd47f1c 100644 --- a/.ci/templates/release-github.yml +++ b/.ci/templates/release-github.yml | |||
| @@ -3,7 +3,7 @@ steps: | |||
| 3 | - task: GitHubRelease@0 | 3 | - task: GitHubRelease@0 |
| 4 | inputs: | 4 | inputs: |
| 5 | action: 'create' | 5 | action: 'create' |
| 6 | title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)' | 6 | title: 'yuzu $(BuildName) #$(Build.BuildId)' |
| 7 | assets: '$(Build.ArtifactStagingDirectory)/*' | 7 | assets: '$(Build.ArtifactStagingDirectory)/*' |
| 8 | gitHubConnection: $(GitHubReleaseConnectionName) | 8 | gitHubConnection: $(GitHubReleaseConnectionName) |
| 9 | repositoryName: '$(Build.Repository.Name)' | 9 | repositoryName: '$(Build.Repository.Name)' |