mirror of https://github.com/status-im/js-waku.git
chore: fix log path for ci upload
This commit is contained in:
parent
c8e286a42a
commit
12de3a14e7
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue