From b681d7008fb85fc7284206d2739ac1b5343a724d Mon Sep 17 00:00:00 2001 From: Martin Renner Date: Thu, 12 Sep 2024 22:51:42 +0200 Subject: [PATCH] Fix for build --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 02e4e4d..443918a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -70,8 +70,8 @@ jobs: - name: Build run: | - dotnet build --no-restore StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj - dotnet build --no-restore StreamDeckSimHub.PluginTests/StreamDeckSimHub.PluginTests.csproj + dotnet build StreamDeckSimHub.Plugin/StreamDeckSimHub.Plugin.csproj + dotnet build StreamDeckSimHub.PluginTests/StreamDeckSimHub.PluginTests.csproj - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3