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 c0934c2 commit fec1d49Copy full SHA for fec1d49
.github/workflows/main.yml
@@ -28,4 +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 esp32dev
32
+ - name: Upload artifacts
33
+ uses: actions/upload-artifact@v3
34
+ with:
35
+ name: image
36
+ path: .pio/build/esp32dev/firmware.bin
0 commit comments