Browse Source
Update Sophia.yml
Added the SHA256 hash file checksums calculation
pull/181/head
Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
.github/workflows/Sophia.yml
|
@ -159,8 +159,6 @@ jobs: |
|
|
"$($_.Name) $((Get-FileHash -LiteralPath $_.FullName -Algorithm SHA256).Hash)" |
|
|
"$($_.Name) $((Get-FileHash -LiteralPath $_.FullName -Algorithm SHA256).Hash)" |
|
|
} | Add-Content -Path SHA256SUM -Encoding Default -Force |
|
|
} | Add-Content -Path SHA256SUM -Encoding Default -Force |
|
|
|
|
|
|
|
|
Get-Content SHA256SUM |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload archives to release |
|
|
- name: Upload archives to release |
|
|
uses: svenstaro/upload-release-action@master |
|
|
uses: svenstaro/upload-release-action@master |
|
|
with: |
|
|
with: |
|
|