Prevent cache prompts

This commit is contained in:
Tw93
2025-11-11 16:24:23 +08:00
parent c16d9b0009
commit 6e2c1c22bf

View File

@@ -88,7 +88,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
src-tauri/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ inputs.name }}-${{ hashFiles('**/Cargo.lock') }}
- name: Config App
env:
@@ -141,7 +141,7 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
src-tauri/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ inputs.name }}-${{ hashFiles('**/Cargo.lock') }}
- name: Upload artifacts
uses: actions/upload-artifact@v4