We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ad504 commit 5e04363Copy full SHA for 5e04363
.github/workflows/nimbus_verified_proxy.yml
@@ -90,7 +90,7 @@ jobs:
90
build/nimbus_verified_proxy --help
91
# "-static" option will not work for osx unless static system libraries are provided
92
make ${DEFAULT_MAKE_FLAGS} nimbus-verified-proxy-test
93
- sha512sum "build/nimbus_verified_proxy" > "nimbus_verified_proxy.sha512sum"
+ shasum -a 512 build/nimbus_verified_proxy > "nimbus_verified_proxy.sha512sum"
94
95
- name: Upload release binary artifacts
96
if: success() && startsWith(github.ref, 'refs/tags/')
0 commit comments