From deda8d93f060c0112faf23c897450d7c1c8a60a3 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 26 Apr 2024 00:35:51 -0400 Subject: [PATCH] chore(ci): different artifact name per os --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cf362357..11545808 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -40,6 +40,6 @@ jobs: uses: actions/upload-artifact@v4 continue-on-error: true with: - name: image_comparison_results + name: image_comparison_results_${{ matrix.os }} path: .tmp retention-days: 5