Skip to content

Commit c2b4687

Browse files
committed
chore: Optimize action
1 parent aee0a80 commit c2b4687

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release_test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ jobs:
8080
.yarn/unplugged
8181
.yarn/build-state.yml
8282
.yarn/install-state.gz
83-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
83+
key: yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
8484
restore-keys: |
85-
${{ runner.os }}-yarn-
85+
yarn-${{ runner.os }}-
86+
yarn-
8687
8788
- name: Build and Copy Artifacts
8889
run: |

0 commit comments

Comments
 (0)