From edd4fb00c3cc5854f807d680025b2f1db6a2634f Mon Sep 17 00:00:00 2001 From: Jan Matyas Date: Tue, 21 Feb 2023 18:05:56 +0100 Subject: Fixed path to the test logs Change-Id: I420d736a793ea6225cd643a4adefe999efaaadcd Signed-off-by: Jan Matyas --- .github/workflows/spike-openocd-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spike-openocd-tests.yml b/.github/workflows/spike-openocd-tests.yml index 4052b6a..358177e 100644 --- a/.github/workflows/spike-openocd-tests.yml +++ b/.github/workflows/spike-openocd-tests.yml @@ -100,4 +100,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-logs - path: riscv-test/debug/logs + path: riscv-tests/debug/logs -- cgit v1.1