Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Jun 17, 2022
1 parent c0934c2 commit fec1d49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Run PlatformIO
run: pio run -e esp32dev
run: pio run -e esp32dev
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: image
path: .pio/build/esp32dev/firmware.bin

0 comments on commit fec1d49

Please sign in to comment.