Skip to content

Commit 4c3c1c0

Browse files
authored
Update release.yml
remove hashFiles
1 parent bf5c9c9 commit 4c3c1c0

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
@@ -62,7 +62,7 @@ jobs:
6262
~/.cargo/registry/cache/
6363
~/.cargo/git/db/
6464
target/
65-
key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ env.RELEASE_PROFILE_NAME }}-${{ hashFiles('**/Cargo.lock') }}
65+
key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ env.RELEASE_PROFILE_NAME }}
6666
restore-keys: |
6767
${{ runner.os }}-${{ matrix.target }}-cargo-${{ env.RELEASE_PROFILE_NAME }}-
6868

0 commit comments

Comments
 (0)