Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanb58 committed Jun 6, 2023
1 parent 13c3b10 commit 9327177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
Get-ChildItem -Path '.' -Directory -Recurse |
Where-Object { $_.FullName.EndsWith('bin\Release') } |
ForEach-Object { Get-ChildItem -Path (Join-Path $_.FullName '*.zip') |
ForEach-Object { pac solution check --path $_.FullName } }
ForEach-Object { pac solution check --path $_.FullName } }

0 comments on commit 9327177

Please sign in to comment.