From e82d56c6c751a1130b6b57203a1ba78e64581ae0 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Thu, 26 Aug 2021 21:09:04 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 55c6fb9c..75d48ac0 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -172,7 +172,7 @@ jobs: Write-Host $BUILD_DIR Write-Host $ZIP - Get-ChildItem -Path Wrapper -Exclude latest.txt | Copy-Item -Destination $BUILD_DIR -Recurse -Force + Get-ChildItem -Path Wrapper -Exclude latest.txt, README.md | Copy-Item -Destination $BUILD_DIR -Recurse -Force Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force # Calculate hash