summaryrefslogtreecommitdiffstats
path: root/.ci/templates/release-github.yml
blob: 92913f30b945eb69facf715dde06de3f315cb04a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
steps:
  - template: ./release-download.yml
  - task: GitHubRelease@0
    inputs:
      action: 'create'
      title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
      assets: '$(Build.ArtifactStagingDirectory)/*'
      gitHubConnection: $(GitHubReleaseConnectionName)
      repositoryName: '$(Build.Repository.Name)'
      target: '$(Build.SourceVersion)'
      tagSource: 'auto'