awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

Fix the release process to include the sha256 file for Windows binary #219

Closed StoneDot closed 4 months ago

StoneDot commented 4 months ago

Currently, our release process does not create a sha256 file for Windows binary. We need to fix this behavior.

StoneDot commented 4 months ago

Fixed by #220.