Skip to content

Commit 109bfd4

Browse files
authored
Correct copy logic (#438)
1 parent 5ee52c6 commit 109bfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ elif [[ "$OSTYPE" == "msys" ]]; then
150150
git config --system core.longpaths true
151151
# The jobs are seperated on Windows, so we don't need to clone again.
152152
if [[ -d "$NIGHTLIES_PYTORCH_ROOT" ]]; then
153-
cp -R "$NIGHTLIES_PYTORCH_ROOT" "$WIN_PACKAGE_WORK_DIR"
153+
cp -R "$NIGHTLIES_PYTORCH_ROOT" "$pytorch_rootdir"
154154
fi
155155
elif [[ -d '/pytorch' ]]; then
156156
# All docker binary builds

0 commit comments

Comments
 (0)