From b1611ce36446eb6714c65139e87b4a7b47856f1d Mon Sep 17 00:00:00 2001 From: jflo Date: Fri, 5 Jan 2024 14:16:01 -0500 Subject: [PATCH] md5? really boomer? Signed-off-by: jflo --- .github/workflows/artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index ba203039b51..a900356713d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -26,8 +26,8 @@ jobs: id: hashes run: | echo "gitSha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - echo "zipSha=$(md5sum -a 256 build/distributions/besu*.zip)" >> $GITHUB_OUTPUT - echo "tarSha=$(md5sum -a 256 build/distributions/besu*.tar.gz)" >> $GITHUB_OUTPUT + echo "zipSha=$(shasum -a 256 build/distributions/besu*.zip)" >> $GITHUB_OUTPUT + echo "tarSha=$(shasum -a 256 build/distributions/besu*.tar.gz)" >> $GITHUB_OUTPUT - name: upload tarball uses: actions/upload-artifact@v3 with: