ci: generate cache key from bun.lock
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m21s

This commit is contained in:
thislight 2025-04-11 22:35:12 +08:00
parent 4bd975796e
commit c6d2d361e3

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-${{ matrix.bun }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-${{ matrix.bun }}-bun-${{ hashFiles('**/bun.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.bun }}-bun-