awslabs / dynein

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

chore: add generating SHA256 checksum for Windows assets #220

Closed kzym-w closed 4 months ago

kzym-w commented 4 months ago

Issue: #219

Description of changes: This pull request adds a new step to the CI that generates checksums for the Windows executable files produced during the build process

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

kzym-w commented 4 months ago

This is sample job's result in my fork repo. https://github.com/kzym-w/dynein/actions/runs/8917909997

❯ ls -1 dynein-windows.zip dynein-windows.zip.sha256

❯ sha256sum -c dynein-windows.zip.sha256 dynein-windows.zip: OK