Skip to content

Commit e0ed2a3

Browse files
committed
Correct the upload_dir in script
1 parent fe3dd0b commit e0ed2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ steps:
118118
set -e
119119
if [ "$AGENT_OS" = "Linux" ]; then
120120
rm -rf obj/build/dist/doc
121-
upload_dir=obj/build/dist deploy/$BUILD_SOURCEVERSION
121+
upload_dir=obj/build/dist
122122
else
123123
rm -rf build/dist/doc
124124
upload_dir=build/dist

0 commit comments

Comments
 (0)