From 7d0607157f0bc31c21c7b8df363c39ae05af8faa Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 11:04:55 -0500 Subject: [PATCH] Update codeql-analysis.yml i feel like i'm getting closer. --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 656368c..a484e18 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -57,7 +57,7 @@ jobs: dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel - name : Build - run: dotnet build butterflow-ui.csproj + run: dotnet build butterflow-ui/butterflow-ui.csproj # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl