Skip to content

Commit

Permalink
save firmware.bin as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FieteRensen committed Jan 30, 2024
1 parent dfea228 commit 2c14470
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ jobs:
# - name: Change to Project Directory
# run: cd SRC/MBusinoAP/ # Ersetzen Sie dies durch den Pfad zu Ihrem Projekt, falls erforderlich
- name: Build PlatformIO Project
run: pio run
run: pio run
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: firmware-binaries
path: |
.pio/build/**/firmware.bin

0 comments on commit 2c14470

Please sign in to comment.