From c946859ec584a200b2c529c59e7d4df78cb3a560 Mon Sep 17 00:00:00 2001 From: lindexi Date: Tue, 5 Dec 2023 17:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2cmd=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=BA=86=E8=A7=A3=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 8b019df294f..259dcb427d7 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -15,13 +15,13 @@ jobs: # nuget-version: '5.x' - name: Build run: .\build.cmd -pack -ci -configuration Debug -prepareMachine /p:Platform=x86 - - name: Push - uses: actions/upload-artifact@v1 - with: - name: WPF_Debug - path: ./artifacts/packages/Debug/NonShipping + # - name: Push + # uses: actions/upload-artifact@v1 + # with: + # name: WPF_Debug + # path: ./artifacts/packages/Debug/NonShipping - name: Debug - run: Get-ChildItem -Path "." -Recurse + run: dir /b /s # BuildRelease: # runs-on: windows-latest