Skip to content

Commit e665b4a

Browse files
committed
fix cache paths
1 parent 9e31c89 commit e665b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable/cached-build/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ runs:
2727
path: |
2828
packages/*/dist
2929
packages/sdk/vendor
30-
packages/proto-rpc/src/proto
31-
packages/dht/src/proto
32-
packages/trackerless-network/src/proto
30+
packages/proto-rpc/generated
31+
packages/dht/generated
32+
packages/trackerless-network/generated
3333
- name: ci
3434
if: steps.cache-node-modules.outputs.cache-hit != 'true'
3535
run:

0 commit comments

Comments
 (0)