Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 667d151

Browse files
Add firmware upload step to CI workflow
Added step to upload firmware artifact after build.
1 parent b90367d commit 667d151

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/Platformio_CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929
ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb
3030
- name: Build PlatformIO Project
3131
run: pio run
32+
33+
- name: Upload Firmware
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: firmware
37+
path: .pio/build/**/firmware.bin

0 commit comments

Comments
 (0)