diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-11-06 03:07:30 +0100 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-11-06 03:07:30 +0100 |
commit | 65bed6682c2a5b487c367782fbe634ed7c9b1ccf (patch) | |
tree | 43b8ef35f6c749212b2800a74c54dd336b766323 /.ci/templates | |
parent | Merge pull request #2991 from lioncash/npad (diff) | |
download | yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.tar yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.tar.gz yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.tar.bz2 yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.tar.lz yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.tar.xz yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.tar.zst yuzu-65bed6682c2a5b487c367782fbe634ed7c9b1ccf.zip |
Diffstat (limited to '.ci/templates')
-rw-r--r-- | .ci/templates/build-msvc.yml | 1 |
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' |