diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83a7186..c2ff572 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: shell: bash run: | set -e # This will cause the script to exit on the first error - OUTPUT=$(dotnet list src/Elmah.Io.NLog/Elmah.Io.Nlog.csproj package --vulnerable) + OUTPUT=$(dotnet list src/Elmah.Io.WinUI/Elmah.Io.WinUI.csproj package --vulnerable) echo "$OUTPUT" if echo "$OUTPUT" | grep -q 'no vulnerable packages'; then echo "No vulnerable packages found"