Skip to content

Commit

Permalink
added reports artifacts uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Jan 15, 2024
1 parent 60f534d commit 2d46ae2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
version: 1.1.4
- name: ArduinoJson
version: 7.0.1
enable-deltas-report: true
enable-warnings-report: true
cli-compile-flags: |
- --export-binaries
Expand All @@ -45,3 +44,8 @@
with:
name: firmware.bin
path: ${{ github.workspace }}/src/firmware/build/esp32.esp32.esp32/firmware.ino.bin
- name: Upload reports
uses: actions/upload-artifact@v4
with:
name: sketches-reports
path: ${{ github.workspace }}/src/firmware/sketches-reports/**

0 comments on commit 2d46ae2

Please sign in to comment.