We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b642ba commit c0dbc87Copy full SHA for c0dbc87
.github/workflows/tauri-build-app.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
node-version: 'lts/*'
67
cache: 'pnpm' # Set this to npm, yarn or pnpm.
68
- cache-dependency-path: './tauri/pnpm-lock.json'
+ cache-dependency-path: './tauri/pnpm-lock.yaml'
69
70
- name: Install frontend dependencies
71
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
0 commit comments