Skip to content

Commit e1f1ab1

Browse files
committed
still bashing through my head
1 parent d59e175 commit e1f1ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/macos/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ build() {
5858
mv $root/target/$target/release/"$bin" ./"$bin"-darwin-$arch
5959
echo "~> Generating checksum [binary=$bin]"
6060
sha256sum "$bin-darwin-$arch" > ./"$bin"-darwin-$arch.sha256
61+
shasum -a 256 "$bin-darwin-$arch" > ./"$bin-darwin-$arch.sha256"
6162

6263
echo "~> Completed. Artifacts are in $root/.result"
6364

0 commit comments

Comments
 (0)