SQSCANGHA-101 Fix sha256 check in QA Deprecated C/C++ action

This commit is contained in:
Aleksandra Bozhinoska 2025-08-22 17:37:43 +02:00
parent 786af10ed4
commit 5fc8cfce6b

View file

@ -28,7 +28,7 @@ parse_arguments() {
} }
verify_download_correctness() { verify_download_correctness() {
echo "${EXPECTED_SHA} ${TMP_ZIP_PATH}" | sha256sum -c echo "${EXPECTED_SHA} ${TMP_ZIP_PATH}" | sha256sum -c -
check_status "Checking sha256 failed" check_status "Checking sha256 failed"
} }