Update build.yml
This commit is contained in:
parent
9d32cc0d61
commit
9f32cac0e7
|
|
@ -20,12 +20,12 @@ jobs:
|
||||||
- name: Install PlatformIO Core
|
- name: Install PlatformIO Core
|
||||||
run: pip install --upgrade platformio
|
run: pip install --upgrade platformio
|
||||||
|
|
||||||
|
- name: Build Filesystem image
|
||||||
|
run: pio run --target buildfs --environment ttgo-lora32
|
||||||
|
|
||||||
- name: Build PlatformIO Project
|
- name: Build PlatformIO Project
|
||||||
run: pio run
|
run: pio run
|
||||||
|
|
||||||
#- name: Build Filesystem image
|
|
||||||
# run: pio run --target buildfs --environment ttgo-lora32
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Artifacts
|
name: Artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue