Skip to content

Commit

Permalink
test #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Sep 22, 2020
1 parent 3b1db61 commit ab1d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
foreach ($algorithm in (Get-Command Get-FileHash).Parameters["Algorithm"].Attributes[1].ValidValues)
{
Add-Content hashes.txt "${algorithm}: $((Get-FileHash **\KeeTrayTOTP.plgx -Algorithm $algorithm).Hash)"
Add-Content hashes.txt "${algorithm}: $((Get-FileHash KeeTrayTOTP\bin\ReleasePlgx\KeeTrayTOTP.plgx -Algorithm $algorithm).Hash)"
}
shell: pwsh

Expand Down

0 comments on commit ab1d080

Please sign in to comment.