This commit is contained in:
heixinyouzi 2024-05-22 15:56:50 +08:00
parent 43cbe2381a
commit 7672fd1b3e

View File

@ -27,7 +27,7 @@ jobs:
id: cache
with:
path: node_modules
key: ${{ runner.os }}-4
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Install and Build # 下载依赖 打包项目
run: |