From 4e58bf3c96ff550bc92c0dae7fe34e76a090de52 Mon Sep 17 00:00:00 2001 From: Crsky Date: Sat, 28 Feb 2026 11:43:01 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8792a27..4c12366b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: run: nuget restore # Build the solution - name: Build - run: msbuild /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFrameworkVersion=v4.6.2 GARbro.sln + run: msbuild /p:Configuration=Release /p:Platform="Any CPU" GARbro.sln # Publish the artifacts - name: Publish Artifact if: success()