We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b538854 commit b72525bCopy full SHA for b72525b
.github/workflows/release.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Archive files
102
run: tar -cvzf ckb-debugger-macos-x64.tar.gz bins/target/release/ckb-debugger LICENSE
103
- name: Generate checksum
104
- run: sha256sum ckb-debugger-macos-x64.tar.gz > ckb-debugger-macos-x64-sha256.txt
+ run: shasum -a 256 ckb-debugger-macos-x64.tar.gz > ckb-debugger-macos-x64-sha256.txt
105
- name: Upload binary
106
id: upload-release-binary
107
uses: actions/upload-release-asset@v1
0 commit comments