Skip to content

Commit b2e262b

Browse files
authored
chore(ci): add additional log publishing from workflow runs (#22013)
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 759b99c commit b2e262b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,12 @@ jobs:
529529
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
530530
continue-on-error: true
531531
with:
532-
path: run.log
532+
retention-days: 7
533+
path: |
534+
run.log
535+
hedera-node/test-clients/build/*.log
536+
hedera-node/test-clients/build/*.blk.gz
537+
hedera-node/test-clients/build/*.rcd.gz
533538
534539
- name: Get Commit Information
535540
id: fetch-commit-info

0 commit comments

Comments
 (0)