Skip to content

Commit 5fe08e9

Browse files
committed
Display file structure for debug
1 parent 4a83db2 commit 5fe08e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
with:
7575
path: 'pkgs/'
7676

77+
- name: Display structure of downloaded files
78+
run: ls -R
79+
7780
- uses: ncipollo/release-action@v1
7881
with:
7982
name: v${{ inputs.version }}

0 commit comments

Comments
 (0)