chore: fix log path for ci upload

This commit is contained in:
fryorcraken.eth 2022-11-17 12:42:37 +11:00
parent c8e286a42a
commit 12de3a14e7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 3 deletions

View File

@ -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/