From 12de3a14e7f475c9a5fdb0745948f3579085ed25 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Thu, 17 Nov 2022 12:42:37 +1100 Subject: [PATCH] chore: fix log path for ci upload --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b029c3f32..b0d1d6b2a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: if: failure() with: name: nwaku-logs - path: log/ + path: packages/tests/log/ node_with_go_waku: runs-on: ubuntu-latest @@ -133,7 +133,7 @@ jobs: if: failure() with: name: go-waku-logs - path: log/ + path: packages/tests/log/ node_with_nwaku_master: runs-on: ubuntu-latest @@ -180,4 +180,4 @@ jobs: if: failure() with: name: nwaku-master-logs - path: log/ + path: packages/tests/log/