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 bf952a0 commit d4b49dfCopy full SHA for d4b49df
.ci/macos/release
@@ -57,7 +57,6 @@ build() {
57
58
mv $root/target/$target/release/"$bin" ./"$bin"-darwin-$arch
59
echo "~> Generating checksum [binary=$bin]"
60
- sha256sum "$bin-darwin-$arch" > ./"$bin"-darwin-$arch.sha256
61
shasum -a 256 "$bin-darwin-$arch" > ./"$bin-darwin-$arch.sha256"
62
63
echo "~> Completed. Artifacts are in $root/.result"
0 commit comments