Skip to content

Commit e6f160d

Browse files
author
Pablo Mendez
committed
add print images dir
1 parent bcad9e7 commit e6f160d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ jobs:
155155
SHASUM_DEBIAN_UNATTENDED: ${{ steps.shasum-debian-unattended.outputs.SHASUM_DEBIAN_UNATTENDED }}
156156
SHASUM_UBUNTU_UNATTENDED: ${{ steps.shasum-ubuntu-unattended.outputs.SHASUM_UBUNTU_UNATTENDED }}
157157

158+
# print images directory
159+
- name: Print images directory
160+
run: |
161+
echo "Images directory content:"
162+
ls -lrt images/
163+
158164
- name: Create pre-release
159165
uses: softprops/action-gh-release@v2
160166
with:

0 commit comments

Comments
 (0)