From 28f2b1e38cfa2b8f608e8e3e8b11a6c30553978e Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 13 Mar 2024 17:34:42 +0100 Subject: [PATCH] wip --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 85b77d6f1a45..3f47b2888780 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: - name: Store artifacts uses: actions/upload-artifact@v4 with: - name: logs + name: linux-logs path: | vendor/orchestra/testbench-core/laravel/storage/logs !vendor/**/.gitignore @@ -163,7 +163,7 @@ jobs: - name: Store artifacts uses: actions/upload-artifact@v4 with: - name: logs + name: windows-logs path: | vendor/orchestra/testbench-core/laravel/storage/logs !vendor/**/.gitignore