We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514c310 commit a4d5caeCopy full SHA for a4d5cae
.github/workflows/main.yml
@@ -28,9 +28,9 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install --upgrade platformio
30
- name: Run PlatformIO
31
- run: pio run -e esp32dev
+ run: pio run -e esp32release
32
- name: Upload artifacts
33
uses: actions/upload-artifact@v3
34
with:
35
name: image
36
- path: .pio/build/esp32dev/firmware.bin
+ path: .pio/build/esp32release/firmware.bin
0 commit comments