From a3109185602cb389da8af720196f78213f468d5d Mon Sep 17 00:00:00 2001 From: lindexi Date: Sat, 21 Oct 2023 12:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E5=88=87=E6=8D=A2=E5=88=B0?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 944338227..5cae335c1 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -9,18 +9,13 @@ jobs: steps: - uses: actions/checkout@v3 - # - name: Setup .NET - # uses: actions/setup-dotnet@v3 - # with: - # global-json-file: global.json - # cache: true - name: Build WPF - run: .\build.cmd -pack -ci -configuration Debug -prepareMachine /p:Platform=x86 + run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 - name: Push uses: actions/upload-artifact@v1 with: name: WPF_Debug - path: ./artifacts/packages/Debug/NonShipping + path: ./artifacts/packages # BuildRelease: