summaryrefslogtreecommitdiffstats
path: root/.ci/templates/build-msvc.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-10-23 21:52:37 +0200
committerGitHub <noreply@github.com>2019-10-23 21:52:37 +0200
commit012d7f52337bae999abcc4943b45b8fe5ab5f7a3 (patch)
treec0a69ca995dce8a46f7f4b549ced4a80e866888a /.ci/templates/build-msvc.yml
parentMerge pull request #2991 from lioncash/npad (diff)
parentci: Add build name to archive root folder (diff)
downloadyuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.tar
yuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.tar.gz
yuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.tar.bz2
yuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.tar.lz
yuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.tar.xz
yuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.tar.zst
yuzu-012d7f52337bae999abcc4943b45b8fe5ab5f7a3.zip
Diffstat (limited to '')
-rw-r--r--.ci/templates/build-msvc.yml1
1 files changed, 1 insertions, 0 deletions
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'