Skip to content

Commit 08e9d10

Browse files
pennamper1234
andauthored
Remove SKETCHES_REPORTS_PATH prefix from actions/upload-artifact name
Co-authored-by: Per Tillisch <accounts@perglass.com>
1 parent 61299ff commit 08e9d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ jobs:
186186
uses: actions/upload-artifact@v4
187187
with:
188188
path: ${{ env.SKETCHES_REPORTS_PATH }}
189-
name: ${{ env.SKETCHES_REPORTS_PATH }}-${{ matrix.board.id }}
189+
name: sketches-reports-${{ matrix.board.id }}

0 commit comments

Comments
 (0)