Skip to content

Commit b72525b

Browse files
committed
Fix mac checksum calculation
1 parent b538854 commit b72525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Archive files
102102
run: tar -cvzf ckb-debugger-macos-x64.tar.gz bins/target/release/ckb-debugger LICENSE
103103
- name: Generate checksum
104-
run: sha256sum ckb-debugger-macos-x64.tar.gz > ckb-debugger-macos-x64-sha256.txt
104+
run: shasum -a 256 ckb-debugger-macos-x64.tar.gz > ckb-debugger-macos-x64-sha256.txt
105105
- name: Upload binary
106106
id: upload-release-binary
107107
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)