Skip to content

Commit

Permalink
fix release files
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Aug 13, 2024
1 parent 5be0be6 commit fce035b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,15 @@ jobs:
uses: actions/download-artifact@v3
with:
path: distributions

- run: ls distributions
- name: ✨Github Release (version = ${{ github.event.release.name }})
uses: softprops/action-gh-release@v1
with:
body: |
${{ steps.github_release.outputs.changelog }}
`docker pull ${{env.registry}}/${{github.repository}}:${{github.event.release.name}}`
files: |
distributions/**
distributions/op-besu*
generate_release_notes: true
fail_on_unmatched_files: true
env:
Expand Down

0 comments on commit fce035b

Please sign in to comment.