Skip to content

Commit 5e04363

Browse files
committed
use shasum for macos
1 parent 51ad504 commit 5e04363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nimbus_verified_proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
build/nimbus_verified_proxy --help
9191
# "-static" option will not work for osx unless static system libraries are provided
9292
make ${DEFAULT_MAKE_FLAGS} nimbus-verified-proxy-test
93-
sha512sum "build/nimbus_verified_proxy" > "nimbus_verified_proxy.sha512sum"
93+
shasum -a 512 build/nimbus_verified_proxy > "nimbus_verified_proxy.sha512sum"
9494
9595
- name: Upload release binary artifacts
9696
if: success() && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)