Skip to content

Commit

Permalink
chore: added the debug information that we need
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 10, 2024
1 parent 3b39343 commit c872041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
draft: false
prerelease: false

- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit c872041

Please sign in to comment.