Skip to content

Commit

Permalink
Try to fix sha append
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Apr 24, 2024
1 parent 08b7178 commit f864d73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
id: hashes
run: |
cd build/distributions
echo "zipSha=$(shasum -a 256 besu*.zip)"
echo "tarSha=$(shasum -a 256 besu*.tar.gz)"
echo "zipSha=$(shasum -a 256 besu*.zip)" >> $GITHUB_OUTPUT
echo "tarSha=$(shasum -a 256 besu*.tar.gz)" >> $GITHUB_OUTPUT
- name: upload tarball
Expand Down Expand Up @@ -76,7 +78,7 @@ jobs:
besu\bin\besu.bat --version
publish:
runs-on: ubuntu-22.04
needs: testWindows
needs: [artifacts, testWindows]
permissions:
contents: write
steps:
Expand Down

0 comments on commit f864d73

Please sign in to comment.