From d7b0e2769ac0ce640bb106df37e7a115c5010445 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 21 Feb 2021 16:26:50 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 06d386f5..670bcf4c 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -32,7 +32,6 @@ jobs: Write-Host $ZIP Copy-Item -Path "Sophia\PowerShell 5.1\*" -Destination $BUILD_DIR -Recurse -Force - Copy-Item -Path "syspin\syspin.exe" -Destination $BUILD_DIR -Force Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force @@ -58,7 +57,6 @@ jobs: Copy-Item -Path "Sophia\PowerShell 5.1\*" -Destination $BUILD_DIR -Recurse -Force Copy-Item -Path "Sophia\PowerShell 7.x\*" -Destination $BUILD_DIR -Recurse -Force - Copy-Item -Path "syspin\syspin.exe" -Destination $BUILD_DIR -Recurse -Force Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force