2019-09-22 20:01:29 +00:00
|
|
|
steps:
|
|
|
|
- template: ./release-download.yml
|
|
|
|
- task: GitHubRelease@0
|
|
|
|
inputs:
|
|
|
|
action: 'create'
|
2019-09-22 21:23:47 +00:00
|
|
|
title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
|
2019-09-22 20:01:29 +00:00
|
|
|
assets: '$(Build.ArtifactStagingDirectory)/*'
|
|
|
|
gitHubConnection: $(GitHubReleaseConnectionName)
|
|
|
|
repositoryName: '$(Build.Repository.Name)'
|
|
|
|
target: '$(Build.SourceVersion)'
|
|
|
|
tagSource: 'auto'
|