Skip to content

Commit 72acd3a

Browse files
committed
Also save elf file (debugging info)
1 parent 6949b49 commit 72acd3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
4343
- uses: actions/upload-artifact@v2
4444
with:
4545
name: firmware
46-
path: .pio/build/*/firmware.bin
46+
path: |
47+
.pio/build/*/firmware.bin
48+
.pio/build/*/firmware.elf

0 commit comments

Comments
 (0)