From c6d2d361e3a334cbe84c4d6c99a0a225ea49be33 Mon Sep 17 00:00:00 2001 From: thislight Date: Fri, 11 Apr 2025 22:35:12 +0800 Subject: [PATCH] ci: generate cache key from bun.lock --- .forgejo/workflows/depoly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/depoly.yml b/.forgejo/workflows/depoly.yml index 4b741a7..6089624 100644 --- a/.forgejo/workflows/depoly.yml +++ b/.forgejo/workflows/depoly.yml @@ -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-