sha256 correct command on macOS

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2025-10-13 14:19:09 +02:00 committed by GitHub
parent fbf2a0cf1a
commit 6c91c30313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ jobs:
run: ./ci/package_release.sh ${{ env.RELEASE_FOLDER_NAME }}
- name: Calculate archive hash for security purposes
run: ls | grep "roc_nightly.*tar\.gz" | xargs sha256sum
run: ls | grep "roc_nightly.*tar\.gz" | xargs shasum -a 256
- name: delete everything except the tar
run: ls | grep -v "roc_nightly.*tar\.gz" | xargs rm -rf