Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Add filesystem build and artifact deployment
  • Loading branch information
armageddon421 authored May 16, 2023
1 parent e770546 commit 1d8f5ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jobs:

- name: Build PlatformIO Project
run: pio run
- name: Build PlatformIO Filesystem
run: pio run -t buildfs
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: firmware-binaries
path: |
.pio/**/*.bin

0 comments on commit 1d8f5ec

Please sign in to comment.