Skip to content

Commit

Permalink
Publish artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanlundvall authored Nov 30, 2023
1 parent a7b8a9b commit 5182dad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:

- name: Build PlatformIO Project
run: pio run

- name: Upload firmware
uses: actions/upload-artifact@v2
with:
name: firmware
path: .pio/build/teatheresp32/firmware.bin

0 comments on commit 5182dad

Please sign in to comment.