Skip to content

Commit

Permalink
Fix: fixed prefix on the artifact name allows the arduino/report-size…
Browse files Browse the repository at this point in the history
…-deltas action to identify the sketches.
  • Loading branch information
aentinger authored Feb 5, 2024
1 parent 304fa12 commit 0752e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: ${{ env.SKETCHES_REPORTS_PATH }}
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 comments on commit 0752e03

Please sign in to comment.