diff options
author | bunnei <bunneidev@gmail.com> | 2019-11-07 03:36:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 03:36:50 +0100 |
commit | f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42 (patch) | |
tree | 7c184e88467e0851f23f5b88b67b3873fe03f179 /.ci/templates | |
parent | Merge pull request #3057 from ReinUsesLisp/buffer-sub-data (diff) | |
download | yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.gz yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.bz2 yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.lz yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.xz yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.zst yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.zip |
Diffstat (limited to '.ci/templates')
-rw-r--r-- | .ci/templates/build-msvc.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/templates/build-msvc.yml b/.ci/templates/build-msvc.yml index 52cebaee0..b44a08247 100644 --- a/.ci/templates/build-msvc.yml +++ b/.ci/templates/build-msvc.yml @@ -17,7 +17,6 @@ steps: inputs: targetType: 'filePath' filePath: './.ci/scripts/windows/upload.ps1' - arguments: '$(BuildName)' - publish: artifacts artifact: 'yuzu-$(BuildName)-windows-msvc' displayName: 'Upload Artifacts' |