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: