We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c5bc1 commit 82cde0eCopy full SHA for 82cde0e
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Generate custom cache key
30
id: cargo-hash
31
run: |
32
- grep -v '^version = ' src-tauri/Cargo.lock | shasum -a 256 | awk '{ print $1 }' > cargo_hash.txt
+ grep -v '^version = ' src-tauri/Cargo.toml | shasum -a 256 | awk '{ print $1 }' > cargo_hash.txt
33
echo "CARGO_CACHE_KEY=$(cat cargo_hash.txt)" >> $GITHUB_ENV
34
echo "::set-output name=CARGO_CACHE_KEY::$(cat cargo_hash.txt)"
35
0 commit comments