Skip to content

Commit 1ddc8df

Browse files
committed
update workflow
1 parent 5d7c4e1 commit 1ddc8df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
--libraries custom-libraries \
4646
Source/HamMessenger
4747
48+
- name: List everything in build output
49+
run: |
50+
find Source/HamMessenger/build
51+
4852
- name: List all .hex files
4953
run: |
5054
find . -name "*.hex"

0 commit comments

Comments
 (0)