Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove SKETCHES_REPORTS_PATH prefix from actions/upload-artifact name
Co-authored-by: Per Tillisch <accounts@perglass.com>
  • Loading branch information
pennam and per1234 authored Feb 7, 2025
commit 08e9d1068c56781495bcc52ce4fb2657eca0bbd9
2 changes: 1 addition & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{ env.SKETCHES_REPORTS_PATH }}
name: ${{ env.SKETCHES_REPORTS_PATH }}-${{ matrix.board.id }}
name: sketches-reports-${{ matrix.board.id }}
Loading