Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update Workflow to build wemos_d1_mini32
  • Loading branch information
soylentOrange authored Oct 6, 2024
1 parent 8be647f commit a7636d9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
run: pio run -e esp32release
run: pio run -e wemos_d1_mini32
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: image
path: .pio/build/esp32release/firmware.bin

- name: Build PlatformIO Project
run: pio run -e esp32debug
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: debug
path: .pio/build/esp32debug/firmware.bin
path: .pio/build/wemos_d1_mini32/firmware.bin

0 comments on commit a7636d9

Please sign in to comment.