mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-17 23:27:15 +00:00
sha256 correct command on macOS
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
fbf2a0cf1a
commit
6c91c30313
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue