chore: Fix CI cache directory (#2492)
This commit is contained in:
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||
- name: Restore node_modules from cache
|
||||
uses: actions/cache@v4
|
||||
id: yarn-cache
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||
- name: Restore node_modules from cache
|
||||
uses: actions/cache@v4
|
||||
id: yarn-cache
|
||||
|
Reference in New Issue
Block a user