Skip to content

Commit

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

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

0 comments on commit 4ad0433

Please sign in to comment.