Skip to content

Commit

Permalink
sha256sum is not installed on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed Jun 27, 2020
1 parent 9f1048e commit be9ca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base_node_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
BINFILE=tari_base_node-osx-${{ matrix.target_cpu }}-$VERSION
cp $GITHUB_WORKSPACE/target/x86_64-apple-darwin/release/tari_base_node ./$BINFILE
bzip2 -f $BINFILE
sha256sum $BINFILE.bz2 >> $BINFILE.bz2.sha256
shasum -a 256 $BINFILE.bz2 >> $BINFILE.bz2.sha256
- name: Sync to S3
uses: jakejarvis/[email protected]
with:
Expand Down

0 comments on commit be9ca52

Please sign in to comment.