ci: Add build name to archive root folder

This commit is contained in:
Zach Hilman
2019-10-23 15:23:43 -04:00
parent 6fe89acf0d
commit 5e553a6c26
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'