diff options
author | bunnei <[email protected]> | 2019-11-06 21:36:50 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-06 21:36:50 -0500 |
commit | f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42 (patch) | |
tree | 7c184e88467e0851f23f5b88b67b3873fe03f179 /.ci/templates | |
parent | 468576284d8e102f84f456a7d4ab3701c3e0280a (diff) | |
download | yuzu-android-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.gz yuzu-android-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.zip |
Revert "ci: Rename build folder only on non-mainline builds"
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' |