Skip to content

Commit

Permalink
Avoid issues with artifact name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Feb 1, 2025
1 parent 0b37a16 commit c0e4472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
uses: actions/[email protected]
if: failure()
with:
name: ${{ runner.os }}-meson-${{ matrix.python }}-log
name: ${{ runner.os }}-meson-${{ matrix.python }}${{ matrix.editable && '-editable' || '' }}-log
path: builddir/meson-logs/

0 comments on commit c0e4472

Please sign in to comment.