From c0e44723978a47703f89909589bd36c1b37b7579 Mon Sep 17 00:00:00 2001 From: user202729 <25191436+user202729@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:39:08 +0700 Subject: [PATCH] Avoid issues with artifact name collision --- .github/workflows/ci-meson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-meson.yml b/.github/workflows/ci-meson.yml index 56d01aaffbb..930eca0f918 100644 --- a/.github/workflows/ci-meson.yml +++ b/.github/workflows/ci-meson.yml @@ -90,5 +90,5 @@ jobs: uses: actions/upload-artifact@v4.5.0 if: failure() with: - name: ${{ runner.os }}-meson-${{ matrix.python }}-log + name: ${{ runner.os }}-meson-${{ matrix.python }}${{ matrix.editable && '-editable' || '' }}-log path: builddir/meson-logs/