We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6949b49 commit 72acd3aCopy full SHA for 72acd3a
.github/workflows/build.yml
@@ -43,4 +43,6 @@ jobs:
43
- uses: actions/upload-artifact@v2
44
with:
45
name: firmware
46
- path: .pio/build/*/firmware.bin
+ path: |
47
+ .pio/build/*/firmware.bin
48
+ .pio/build/*/firmware.elf
0 commit comments