We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e332b1 commit 468fca2Copy full SHA for 468fca2
.github/workflows/node-flow-build-application.yaml
@@ -160,10 +160,15 @@ jobs:
160
- name: List the files to upload as artifact
161
if: ${{ !cancelled() && always() }}
162
run: |
163
- echo "Contents of GITHUB_WORKSPACE/hedera-node/test-clients/build/:"
164
- ls -lh hedera-node/test-clients/build/
165
echo "Contents of current directory:"
166
ls -lh .
+ echo "Contents of hedera-node/:"
+ 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
+
172
173
- name: Upload log as artifact
174
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments