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()