Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 11, 2021
1 parent 5910b69 commit c427765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo

linux_amd64_hash=$(echo `sha256sum $linux_amd64_dist.tar.gz` | awk '{print $1}')
linux_arm_hash=$(echo `sha256sum $linux_arm_dist.tar.gz` | awk '{print $1}')
inux_arm64_hash=$(echo `sha256sum $linux_arm64_dist.tar.gz` | awk '{print $1}')
linux_arm64_hash=$(echo `sha256sum $linux_arm64_dist.tar.gz` | awk '{print $1}')
darwin_amd64_hash=$(echo `sha256sum $darwin_amd64_dist.tar.gz` | awk '{print $1}')
darwin_arm64_hash=$(echo `sha256sum $darwin_arm64_dist.tar.gz` | awk '{print $1}')
windows_hash=$(echo `sha256sum $windows_dist.tar.gz` | awk '{print $1}')
Expand Down

0 comments on commit c427765

Please sign in to comment.