diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 164ac15..3c5f13f 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-latest strategy: matrix: - dotnet-version: ['7.0', '7.0.x' ] + dotnet-version: ['7.0.x' ] steps: - uses: actions/checkout@v3 @@ -20,5 +20,8 @@ jobs: run: dotnet restore - name: Build run: dotnet build --configuration Release --no-restore - - name: Test - run: dotnet test --no-restore --verbosity normal + - name: Archive build results + uses: actions/upload-artifact@v2 + with: + name: build-result + path: ./bin/