diff options
| author | 2019-11-06 21:36:50 -0500 | |
|---|---|---|
| committer | 2019-11-06 21:36:50 -0500 | |
| commit | f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42 (patch) | |
| tree | 7c184e88467e0851f23f5b88b67b3873fe03f179 /.ci/templates | |
| parent | Merge pull request #3057 from ReinUsesLisp/buffer-sub-data (diff) | |
| download | yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.gz yuzu-f1e4f3fc0c4caa29bcfcca75e73f2f360d2a8e42.tar.xz yuzu-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: | |||
| 17 | inputs: | 17 | inputs: |
| 18 | targetType: 'filePath' | 18 | targetType: 'filePath' |
| 19 | filePath: './.ci/scripts/windows/upload.ps1' | 19 | filePath: './.ci/scripts/windows/upload.ps1' |
| 20 | arguments: '$(BuildName)' | ||
| 21 | - publish: artifacts | 20 | - publish: artifacts |
| 22 | artifact: 'yuzu-$(BuildName)-windows-msvc' | 21 | artifact: 'yuzu-$(BuildName)-windows-msvc' |
| 23 | displayName: 'Upload Artifacts' | 22 | displayName: 'Upload Artifacts' |