Skip to content
Snippets Groups Projects
Commit 921dae5e authored by Zach Hilman's avatar Zach Hilman
Browse files

ci: Correct GitHub Release name

parent 15805f4e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ steps:
- task: GitHubRelease@0
inputs:
action: 'create'
title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
title: 'yuzu $(BuildName) #$(Build.BuildId)'
assets: '$(Build.ArtifactStagingDirectory)/*'
gitHubConnection: $(GitHubReleaseConnectionName)
repositoryName: '$(Build.Repository.Name)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment