Skip to content

Commit ef07b87

Browse files
authored
Merge pull request #54 from umpire274/v0.2.0
Added Listing directory
2 parents bb51a7c + 85da98a commit ef07b87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
- name: Consolidate all artifacts
109109
shell: bash
110110
run: |
111+
echo "[DEBUG] list directory..."
112+
ls -lah .
113+
echo -e "\n"
111114
mkdir -p release_artifacts
112115
find temp_download -type f -exec cp {} release_artifacts/ \;
113116

0 commit comments

Comments
 (0)