diff --git a/action.yml b/action.yml index bb11582d..ab37dc7f 100644 --- a/action.yml +++ b/action.yml @@ -132,7 +132,7 @@ runs: fi # Try to verify the downloaded binary - if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum --check; then + if ! grep coveralls-linux.tar.gz coveralls-checksums.txt | sha256sum -c; then echo "Checksum verification failed (Linux)." [ "${{ inputs.fail-on-error }}" == "false" ] && exit 0 exit 1