Skip to content

Commit 49e9afd

Browse files
committed
workflow
1 parent e57c6ce commit 49e9afd

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ jobs:
2525
- name: Build firmware
2626
run: pio run
2727

28-
# Optional: If you have multiple environments (e.g., esp32, esp32-s3, etc.)
29-
# you can specify one like:
30-
# run: pio run -e esp32dev
31-
3228
- name: Show firmware size
3329
run: pio run -t size
30+
31+
- name: Upload firmware artifact
32+
uses: actions/upload-artifact@v4
33+
with:
34+
name: firmware
35+
path: |
36+
.pio/build/**/firmware.bin

0 commit comments

Comments
 (0)