mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			466 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			466 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
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) |