Skip to content

Commit

Permalink
CI: use sha256 instead of md5sum
Browse files Browse the repository at this point in the history
  • Loading branch information
distorhead committed Jan 29, 2019
1 parent 9ce490f commit b9768b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build.sh
Expand Up @@ -33,5 +33,5 @@ for os in linux darwin windows ; do
done

cd $RELEASE_BUILD_DIR/$VERSION/
md5sum werf-* > SHA256SUMS
sha256sum werf-* > SHA256SUMS
cd -

0 comments on commit b9768b4

Please sign in to comment.