Skip to content

Commit

Permalink
chore: list the contents of the folder staging to prepare the next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdesousa committed Jun 10, 2024
1 parent 4e933ae commit 4c78728
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 @@ -42,6 +42,10 @@ jobs:
run: |
ls ${{ github.workspace }}
- name: List files in the folder staging
run: |
ls ${{ github.workspace }}/staging
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 4c78728

Please sign in to comment.