From 42d940d134ed45a7139167317bd530df342fc88c Mon Sep 17 00:00:00 2001 From: lindexi Date: Tue, 5 Dec 2023 18:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E5=8E=9F=E5=85=88=E7=9A=84?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 259dcb427d7..fc13883698b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -21,7 +21,7 @@ jobs: # name: WPF_Debug # path: ./artifacts/packages/Debug/NonShipping - name: Debug - run: dir /b /s + run: Get-ChildItem -Path "." -Recurse # BuildRelease: # runs-on: windows-latest