Fix use of hashFiles in key of bulid-cache (#845)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-03-02 15:40:39 +11:00 committed by GitHub
parent fcbdfcf04f
commit 44eaff97dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -86,8 +86,8 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/just-setup
with:
index-cache: false
build-cache: false
indexcache: false
buildcache: false
- uses: actions/download-artifact@v3
with: