Skip to content

Commit

Permalink
test 123
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Sep 22, 2020
1 parent ab1d080 commit 5cf75a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Generate hashes
run: |
Add-Content hashes.txt "Filename: KeeTrayTOTP.plgx"
Add-Content hashes.txt "=========================="
foreach ($algorithm in (Get-Command Get-FileHash).Parameters["Algorithm"].Attributes[1].ValidValues)
{
Add-Content hashes.txt "${algorithm}: $((Get-FileHash KeeTrayTOTP\bin\ReleasePlgx\KeeTrayTOTP.plgx -Algorithm $algorithm).Hash)"
Expand Down

0 comments on commit 5cf75a8

Please sign in to comment.