Correct the upload_dir in script

This commit is contained in:
Alex Crichton 2019-05-21 15:55:26 -07:00
parent fe3dd0b50f
commit e0ed2a3f60
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ steps:
set -e
if [ "$AGENT_OS" = "Linux" ]; then
rm -rf obj/build/dist/doc
upload_dir=obj/build/dist deploy/$BUILD_SOURCEVERSION
upload_dir=obj/build/dist
else
rm -rf build/dist/doc
upload_dir=build/dist