Skip to content

Commit df0f7e0

Browse files
FIX (deployment): Fix caching modules
1 parent 6418de8 commit df0f7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: |
2626
~/go/pkg/mod
2727
~/.cache/go-build
28-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
28+
key: ${{ runner.os }}-go-${{ hashFiles('backend/go.sum') }}
2929
restore-keys: |
3030
${{ runner.os }}-go-
3131
@@ -100,7 +100,7 @@ jobs:
100100
path: |
101101
~/go/pkg/mod
102102
~/.cache/go-build
103-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
103+
key: ${{ runner.os }}-go-${{ hashFiles('backend/go.sum') }}
104104
restore-keys: |
105105
${{ runner.os }}-go-
106106

0 commit comments

Comments
 (0)