Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NukedBart authored Feb 23, 2024
1 parent 7bec167 commit 35a72e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: Check .NET SDK version
run: dotnet --version
- name: Build
run: dotnet build --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime }}

0 comments on commit 35a72e2

Please sign in to comment.