Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
norschel authored Nov 25, 2023
1 parent 49749bb commit ee64602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
$sourceDirectory = "${{github.workspace}}";
$destinationDirectory = "${{github.workspace}}/PlaywrightDiag";
$fileExtensions = @("webm", "png", "jpeg");
mkdir $destinationDirectory;

$files = Get-ChildItem -Path $sourceDirectory -Recurse | Where-Object { $_.Extension -in $fileExtensions };
foreach ($file in $files) {
Expand Down

0 comments on commit ee64602

Please sign in to comment.