mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Upload firmware after compiling
This commit is contained in:
parent
148b67e670
commit
76787863f1
1 changed files with 6 additions and 1 deletions
7
.github/workflows/compile-sketch.yml
vendored
7
.github/workflows/compile-sketch.yml
vendored
|
@ -25,4 +25,9 @@ jobs:
|
|||
run: pip install --upgrade platformio
|
||||
|
||||
- name: Build PlatformIO Project
|
||||
run: cd firmware && pio run
|
||||
run: cd firmware && pio run
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: firmware
|
||||
path: firmware/.pio/build/*/firmware.uf2
|
Loading…
Reference in a new issue