Skip to content

Commit

Permalink
enhanced github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mars3142 committed Aug 15, 2023
1 parent a9e6ee8 commit 2a5529b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
- name: Build bare metal
run: platformio run

- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist-firmware
path: |
.pio/build/**/*.bin

0 comments on commit 2a5529b

Please sign in to comment.