From 3b9da65494ff0b3dd8865f02c50a8925a6c2bd86 Mon Sep 17 00:00:00 2001 From: Epix Zhang Date: Mon, 6 Jan 2025 23:17:58 +0800 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index eaad21c..ddeb39c 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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 @@ -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