From 4558673b45e29acaa4f764f6f6edd31435a30aa4 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sat, 14 Mar 2020 13:09:18 +0100 Subject: [PATCH] Result cache artifact per OS --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3be96dc332..312d7e49de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -336,7 +336,7 @@ jobs: - name: "Upload result cache artifact" uses: actions/upload-artifact@v1 with: - name: resultCache.php + name: resultCache-${{ matrix.operating-system }}.php path: tmp/resultCache.php result-cache-e2e-tests: