We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57119b3 commit f7a517aCopy full SHA for f7a517a
1 file changed
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
path: |
112
src-tauri/node_modules
113
~/.bun/install/cache
114
- key: bun-tauri-${{ runner.os }}-${{ hashFiles('src-tauri/bun.lock', 'src-tauri/package.json') }}
+ key: bun-tauri-${{ runner.os }}-${{ hashFiles('src-tauri/package.json') }}
115
restore-keys: |
116
bun-tauri-${{ runner.os }}-
117
0 commit comments