From db0127a28a6d82e3e44816d2d4f7d17d3862b01e Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 27 Mar 2021 11:22:56 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 91d78152..9a4c25bf 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -55,7 +55,6 @@ jobs: Write-Host $BUILD_DIR Write-Host $ZIP - Copy-Item -Path "Sophia\PowerShell 5.1\*" -Destination $BUILD_DIR -Recurse -Force Copy-Item -Path "Sophia\PowerShell 7.x\*" -Destination $BUILD_DIR -Recurse -Force # Download Microsoft.Windows.SDK.NET.Ref @@ -105,7 +104,7 @@ jobs: Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force - Remove-Item -Path "$PSScriptRoot\CsWinRT", "$PSScriptRoot\sdk" -Recurse -Force + Remove-Item -Path "$PSScriptRoot\CsWinRT", "$PSScriptRoot\SDK" -Recurse -Force Remove-Item -Path "$PSScriptRoot\Microsoft.Windows.CsWinRT.zip", "$PSScriptRoot\Microsoft.Windows.SDK.NET.Ref.zip" -Force - name: Build LTSC