From 76b8ac063a6d6a61e0f2862c949c6aaf175b7b58 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 4 May 2021 23:59:48 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index f431d691..5ceecb1b 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -140,15 +140,13 @@ jobs: - name: SHA256SUM run: | - Get-ChildItem -Path "$PSScriptRoot\*.zip -Force" | ForEach-Object -Process { - "$($_.Name) $((Get-FileHash -LiteralPath $_.FullName -Algorithm SHA256).Hash)" - } | Set-Content -Path "$PSScriptRoot\SHA256SUM" -Encoding Default -Force + Get-ChildItem -Path "$PSScriptRoot\*.zip -Force" | fl * - name: Upload archives to release uses: svenstaro/upload-release-action@master with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: Sophia*.zip, SHA256SUM + file: Sophia*.zip tag: ${{ github.ref }} overwrite: true file_glob: true