Browse Source

Update Sophia.yml

Added the SHA256 hash file checksums calculation
pull/181/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
7519fc58f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/Sophia.yml

2
.github/workflows/Sophia.yml

@ -159,8 +159,6 @@ jobs:
"$($_.Name) $((Get-FileHash -LiteralPath $_.FullName -Algorithm SHA256).Hash)"
} | Add-Content -Path SHA256SUM -Encoding Default -Force
Get-Content SHA256SUM
- name: Upload archives to release
uses: svenstaro/upload-release-action@master
with:

Loading…
Cancel
Save