Skip to content

Commit 414805a

Browse files
committed
chore: refine CocoaPods caching key in iOS build workflow
- Updated the caching key in the iOS build workflow to target only the Podfile, enhancing cache accuracy and build efficiency.
1 parent 2a7036c commit 414805a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/cache@v4
8383
with:
8484
path: example/ios/Pods
85-
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile*') }}
85+
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile') }}
8686
restore-keys: |
8787
${{ runner.os }}-pods-
8888

0 commit comments

Comments
 (0)