Skip to content

Commit

Permalink
👷 ci: 优化缓存流程
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 6, 2021
1 parent 93a8445 commit d0c0943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Yarn cache
uses: actions/cache@v2
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit d0c0943

Please sign in to comment.