Skip to content

Commit

Permalink
fix CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Oct 7, 2023
1 parent 422419f commit cf6edc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
dotnet tools/Ignis.Components.HeroIcons.Generator/bin/Release/net6.0/Ignis.Components.HeroIcons.Generator.dll
# This is required to build the wwwroot folder so it is included in the nuget package (https://github.com/DavidVollmers/Ignis/issues/2)
- run: dotnet build -c Release packages/Ignis.Components.Web
- run: dotnet pack -c Release -p:Version=$VERSION
- run: dotnet pack -c Release -p:Version=$VERSION packages/Ignis.Templates
- run: dotnet pack -c Release
- run: dotnet pack -c Release packages/Ignis.Templates
- uses: github/codeql-action/analyze@v2
with:
category: '/language:${{matrix.language}}'

0 comments on commit cf6edc0

Please sign in to comment.