From 3b207aa721b22bf3e6a672c1e62ef7c7eaba2a49 Mon Sep 17 00:00:00 2001 From: "Zhong, Ruijie" Date: Thu, 26 Dec 2024 02:56:44 +0000 Subject: [PATCH] update copy path --- .github/workflows/_windows_ut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_windows_ut.yml b/.github/workflows/_windows_ut.yml index 9c7beb5d5..ee5c540b1 100644 --- a/.github/workflows/_windows_ut.yml +++ b/.github/workflows/_windows_ut.yml @@ -90,8 +90,8 @@ jobs: if exist "torch-xpu-ops" ( rmdir /s /q torch-xpu-ops ) - Xcopy ..\..\torch-xpu-ops third_party\torch-xpu-ops /E/H/Y/F/I cd .. + Xcopy ..\torch-xpu-ops third_party\torch-xpu-ops /E/H/Y/F/I move third_party\xpu_tmp.txt third_party\xpu.txt type third_party\xpu.txt )