Skip to content

Commit

Permalink
Update .github/workflows/develop.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo and macfarla authored Mar 15, 2024
1 parent ce7c5a8 commit bcec680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd build/distributions
mv besu*.zip besu-develop.zip
mv besu*.tar.gz besu-develop.zip
mv besu*.tar.gz besu-develop.tar.gz
echo "zipSha=$(shasum -a 256 besu*.zip)" >> $GITHUB_OUTPUT
echo "tarSha=$(shasum -a 256 besu*.tar.gz)" >> $GITHUB_OUTPUT
cd ../..
Expand Down

0 comments on commit bcec680

Please sign in to comment.