ci: Add build name to archive root folder

This commit is contained in:
Zach Hilman 2019-10-23 15:23:43 -04:00
parent 7939e69b9b
commit 9e3720dca9
5 changed files with 15 additions and 10 deletions

View file

@ -17,6 +17,7 @@ steps:
inputs:
targetType: 'filePath'
filePath: './.ci/scripts/windows/upload.ps1'
arguments: '$(BuildName)'
- publish: artifacts
artifact: 'yuzu-$(BuildName)-windows-msvc'
displayName: 'Upload Artifacts'