From 4931fbcc196251e8ba983a0802226315b3b30016 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 5 May 2021 00:02:15 +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 5ceecb1b..7c127b39 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -140,7 +140,7 @@ jobs: - name: SHA256SUM run: | - Get-ChildItem -Path "$PSScriptRoot\*.zip -Force" | fl * + Get-ChildItem -Path "$PSScriptRoot\*.zip" -Force | fl * - name: Upload archives to release uses: svenstaro/upload-release-action@master