Skip to content

Commit

Permalink
fix release sha256 calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jun 2, 2020
1 parent f88e547 commit e1e3bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if [ -n "$4" ]; then
done
fi

sha256sum * > ../release/MyEtherWallet-$RELEASE-CHECKSUM-SHA256; sha256sum * > ../release/MEW-CX-$RELEASE-CHECKSUM-SHA256;
sha256sum ./release/MyEtherWallet-$RELEASE.zip > ./release/MyEtherWallet-$RELEASE-CHECKSUM-SHA256
sha256sum ./release/MEW-CX-$RELEASE.zip > ./release/MEW-CX-$RELEASE-CHECKSUM-SHA256

GH_API="https://api.github.com"
GH_REPO="$GH_API/repos/$REPO"
Expand Down

0 comments on commit e1e3bbb

Please sign in to comment.