Skip to content

Commit

Permalink
fix: list file on release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Feb 7, 2025
1 parent c465e6a commit eca728b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
with:
path: release
merge-multiple: true
- run: ls -R release

- name: List files in release directory
run: ls -la ${{ github.workspace }}/release
Expand Down

0 comments on commit eca728b

Please sign in to comment.