Skip to content

Commit 1b99656

Browse files
committed
Fix file hashing for action cache
GitOrigin-RevId: 1202b8e33ae04a5d00b923e3ebc470d5fceca749
1 parent ce9bee8 commit 1b99656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: |
2626
~/.cache/bazel
2727
~/.cache/bazel-repo
28-
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }}
28+
key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'MODULE.bazel') }}
2929
restore-keys: bazel-cache-
3030
- name: bazel build //...
3131
env:

0 commit comments

Comments
 (0)