Skip to content

Commit de1da5d

Browse files
Make sure we don't skip hashing the windows binary.
1 parent 4a1d872 commit de1da5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace 'release' do
5555
FileUtils.cd(OUTDIR) do
5656
version = get_version
5757
sumsfile = "SHA2-256SUMS_#{version}.txt"
58-
sh "shasum -a 256 **/git-who > #{sumsfile}"
58+
sh "shasum -a 256 **/git-who* > #{sumsfile}"
5959
sh "ssh-keygen -Y sign -n file -f ~/.ssh/gitwho_ed25519 #{sumsfile}"
6060
end
6161
end

0 commit comments

Comments
 (0)