Skip to content

Commit fec1d49

Browse files
committed
upload artifact
1 parent c0934c2 commit fec1d49

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +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 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

Comments
 (0)