enhanced github action
This commit is contained in:
7
.github/workflows/esp32_build.yml
vendored
7
.github/workflows/esp32_build.yml
vendored
@@ -22,3 +22,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build bare metal
|
- name: Build bare metal
|
||||||
run: platformio run
|
run: platformio run
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: dist-firmware
|
||||||
|
path: |
|
||||||
|
.pio/build/**/*.bin
|
||||||
|
Reference in New Issue
Block a user