Update build.yml
This commit is contained in:
parent
98821ba711
commit
47ac8dd882
|
|
@ -24,6 +24,11 @@ jobs:
|
||||||
- name: Build PlatformIO Project
|
- name: Build PlatformIO Project
|
||||||
run: pio run
|
run: pio run
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Firmware Artifacts
|
||||||
|
path: .pio/build/ttgo-lora32/*.bin
|
||||||
|
|
||||||
- name: Build Filesystem image
|
- name: Build Filesystem image
|
||||||
run: pio run --target buildfs --environment ttgo-lora32
|
run: pio run --target buildfs --environment ttgo-lora32
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue