Update build.yml

This commit is contained in:
oh3bsg 2023-11-15 12:06:24 +02:00 committed by GitHub
parent 96978a5fd0
commit 8f9de8a784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -23,8 +23,11 @@ jobs:
#- name: Build Filesystem image
# run: pio run --target buildfs --environment ttgo-lora32
- name: Targets
run: pio --list-targets
- name: Build PlatformIO Project
run: pio run , --target buildfs --environment ttgo-lora32
run: pio run
- uses: actions/upload-artifact@v3
with: