coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
455 stars 76 forks source link

v2 sha256sum: unrecognized option: check #197

Open jdebbink opened 5 months ago

jdebbink commented 5 months ago

Trying to upgrade to v2 from v1 and getting this error:

sha256sum: unrecognized option: check

Usage: sha256sum [-c[sw]] [FILE]...

Print or check SHA256 checksums

    -c  Check sums against list in FILEs
    -s  Don't output anything, status code shows success
    -w  Warn about improperly formatted checksum lines

Using the docker image.

jdebbink commented 5 months ago

Opened https://github.com/coverallsapp/github-action/pull/198 to address