Skip to content

Commit c0e4472

Browse files
committed
Avoid issues with artifact name collision
1 parent 0b37a16 commit c0e4472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ jobs:
9090
uses: actions/[email protected]
9191
if: failure()
9292
with:
93-
name: ${{ runner.os }}-meson-${{ matrix.python }}-log
93+
name: ${{ runner.os }}-meson-${{ matrix.python }}${{ matrix.editable && '-editable' || '' }}-log
9494
path: builddir/meson-logs/

0 commit comments

Comments
 (0)