From 5e553a6c267f4ab96a89833f1006ea27fd78b30a Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Wed, 23 Oct 2019 15:23:43 -0400 Subject: ci: Add build name to archive root folder --- .ci/templates/build-msvc.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.ci/templates/build-msvc.yml') diff --git a/.ci/templates/build-msvc.yml b/.ci/templates/build-msvc.yml index b44a08247..52cebaee0 100644 --- a/.ci/templates/build-msvc.yml +++ b/.ci/templates/build-msvc.yml @@ -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' -- cgit v1.2.3