Skip to content

Commit

Permalink
filename already included
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Jan 8, 2024
1 parent cf32fae commit 55a38d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
- name: Upload Release assets
uses: softprops/action-gh-release@v1
with:
append_body: true
files: |
build/distributions/besu*.tar.gz
build/distributions/besu*.zip
body: |
tarball: ${{steps.hashes.outputs.tarSha}}
zipfile: ${{steps.hashes.outputs.zipSha}}
${{steps.hashes.outputs.tarSha}}
${{steps.hashes.outputs.zipSha}}

0 comments on commit 55a38d1

Please sign in to comment.