Skip to content

Commit a4d5cae

Browse files
committed
update env name
1 parent 514c310 commit a4d5cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install --upgrade platformio
3030
- name: Run PlatformIO
31-
run: pio run -e esp32dev
31+
run: pio run -e esp32release
3232
- name: Upload artifacts
3333
uses: actions/upload-artifact@v3
3434
with:
3535
name: image
36-
path: .pio/build/esp32dev/firmware.bin
36+
path: .pio/build/esp32release/firmware.bin

0 commit comments

Comments
 (0)