diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bb3ae7..5f10595 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,4 +21,4 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: msbuild HKModTemplateAutomated.sln /property:Configuration=Release