From 461db68b8b31726d5e1f0810035c7e1856a8fc3f Mon Sep 17 00:00:00 2001 From: lindexi Date: Tue, 5 Dec 2023 17:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E8=AF=95=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index f4e91b0fedf..8b019df294f 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -20,21 +20,22 @@ jobs: with: name: WPF_Debug path: ./artifacts/packages/Debug/NonShipping + - name: Debug + run: Get-ChildItem -Path "." -Recurse + # BuildRelease: - BuildRelease: + # runs-on: windows-latest - runs-on: windows-latest - - steps: - - uses: actions/checkout@v1 - # - name: Install Nuget - # uses: nuget/setup-nuget@v1 - # with: - # nuget-version: '5.x' - - name: Build - run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 - - name: Push - uses: actions/upload-artifact@v1 - with: - name: WPF_Release - path: ./artifacts/packages/Release/NonShipping \ No newline at end of file + # steps: + # - uses: actions/checkout@v1 + # # - name: Install Nuget + # # uses: nuget/setup-nuget@v1 + # # with: + # # nuget-version: '5.x' + # - name: Build + # run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 + # - name: Push + # uses: actions/upload-artifact@v1 + # with: + # name: WPF_Release + # path: ./artifacts/packages/Release/NonShipping \ No newline at end of file