Update build.yml

This commit is contained in:
oh3bsg 2023-11-15 12:29:40 +02:00 committed by GitHub
parent 98821ba711
commit 47ac8dd882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ jobs:
- name: Build PlatformIO Project
run: pio run
- uses: actions/upload-artifact@v3
with:
name: Firmware Artifacts
path: .pio/build/ttgo-lora32/*.bin
- name: Build Filesystem image
run: pio run --target buildfs --environment ttgo-lora32