Skip to content

Commit

Permalink
Merge pull request #3 from semenmiroshnichenko/archive-artifacts
Browse files Browse the repository at this point in the history
Archive artifacts
  • Loading branch information
simonachmueller authored Nov 16, 2020
2 parents c5ead7c + 65d4a9d commit a16d841
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
pip install platformio
- name: Run PlatformIO
run: platformio run -d PlatformIO -e esp32dev
- name: Archive build artifact
uses: actions/upload-artifact@v2
with:
name: firmware.bin
path: PlatformIO/.pio/build/esp32dev/firmware.bin

0 comments on commit a16d841

Please sign in to comment.