Skip to content

Commit 468fca2

Browse files
committed
add additional printouts for ls
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 7e332b1 commit 468fca2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/node-flow-build-application.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,15 @@ jobs:
160160
- name: List the files to upload as artifact
161161
if: ${{ !cancelled() && always() }}
162162
run: |
163-
echo "Contents of GITHUB_WORKSPACE/hedera-node/test-clients/build/:"
164-
ls -lh hedera-node/test-clients/build/
165163
echo "Contents of current directory:"
166164
ls -lh .
165+
echo "Contents of hedera-node/:"
166+
ls -lh hedera-node/
167+
echo Contents of hedera-node/test-clients/:
168+
ls -lh hedera-node/test-clients/
169+
echo "Contents of hedera-node/test-clients/build/:"
170+
ls -lh hedera-node/test-clients/build/
171+
167172
168173
- name: Upload log as artifact
169174
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)