From ee646028866a8f198b87177c1f4c4ad5cc88997e Mon Sep 17 00:00:00 2001 From: Nico Orschel Date: Sat, 25 Nov 2023 21:28:43 +0100 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b088b41..48a37ad 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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) {