Skip to content

Commit 7e53086

Browse files
authored
Merge pull request #11 from itsvyle/rust-rewrite-patch-2
add: always save cache on error
2 parents 7be3bc9 + a27bd13 commit 7e53086

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
@@ -101,4 +101,4 @@ jobs:
101101
~/.cargo/registry
102102
~/.cargo/git
103103
./typ2anki-rust/target
104-
key: "${{ steps.cargo-cache-restore.outputs.cache-primary-key }}"
104+
key: ${{ runner.os }}-cargo-${{hashFiles('**/Cargo.toml')}}-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)