Skip to content

Commit

Permalink
md5? really boomer?
Browse files Browse the repository at this point in the history
Signed-off-by: jflo <[email protected]>
  • Loading branch information
jflo committed Jan 5, 2024
1 parent b29cfe8 commit b1611ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1611ce

Please sign in to comment.