Skip to content

Commit

Permalink
Fix regression re report-size-deltas after updating actions/upload-ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Feb 16, 2024
1 parent a6a4127 commit 9625575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- fqbn: arduino:samd:mkr1000
platforms: |
- name: arduino:samd
artifact-name-suffix: arduino-samd-mkr1000

steps:
- name: Checkout repository
Expand All @@ -59,4 +60,4 @@ jobs:
with:
if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }}
name: ${{ env.SKETCHES_REPORTS_PATH }}
name: sketches-report-${{ matrix.board.artifact-name-suffix }}

0 comments on commit 9625575

Please sign in to comment.