summaryrefslogblamecommitdiffstats
path: root/.ci/templates/release-github.yml
blob: d20296ca08a97d9e2cca0ec3871a1b6dcb31476d (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                    


                                    
                                 

                      
                                                 



                                                      

                                                         
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later

steps:
  - template: ./release-download.yml
  - task: GitHubRelease@0
    displayName: 'GitHub Release'
    inputs:
      action: 'create'
      title: '$(ReleasePrefix) $(DisplayVersion)'
      assets: '$(Build.ArtifactStagingDirectory)/*'
      gitHubConnection: $(GitHubReleaseConnectionName)
      repositoryName: '$(Build.Repository.Name)'
      target: '$(Build.SourceVersion)'
      tagSource: manual
      tag: $(BuildName)-$(DisplayPrefix)-$(DisplayVersion)