Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exzhawk authored Jan 6, 2025
1 parent f17bd99 commit 3b9da65
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 @@ -28,7 +28,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand All @@ -45,4 +45,4 @@ jobs:
- name: Archive
uses: actions/upload-artifact@v4
with:
path: MouseJiggler\bin\Release\net5.0-windows\win-x64\publish\*.exe
path: MouseJiggler\bin\Release\net7.0-windows\win-x64\publish\*.exe

0 comments on commit 3b9da65

Please sign in to comment.