mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
ci: Correct GitHub Release name
This commit is contained in:
parent
4567300484
commit
529d106d38
1 changed files with 1 additions and 1 deletions
|
@ -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)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue