From a007f9b5f1c7ae6a352bc94050911a034966609d Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 10 Oct 2022 12:00:17 +0530 Subject: [PATCH] Fix log upload path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b9e0d9d9..d6382e54cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-log - path: testlog/gotest.log + path: src/testlog/gotest.log if-no-files-found: error retention-days: 14