mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
chore: update pod cache paths
This commit is contained in:
4
.github/workflows/build-mobile-comment.yml
vendored
4
.github/workflows/build-mobile-comment.yml
vendored
@@ -113,8 +113,8 @@ jobs:
|
||||
- name: Cache Pods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./apps/expo/ios/Pods
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('./apps/expo/ios/Podfile.lock') }}
|
||||
path: '**/Pods'
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
4
.github/workflows/build-mobile.yml
vendored
4
.github/workflows/build-mobile.yml
vendored
@@ -104,8 +104,8 @@ jobs:
|
||||
- name: Cache Pods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./apps/expo/ios/Pods
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('./apps/expo/ios/Podfile.lock') }}
|
||||
path: '**/Pods'
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
4
.github/workflows/release-mobile.yml
vendored
4
.github/workflows/release-mobile.yml
vendored
@@ -132,8 +132,8 @@ jobs:
|
||||
- name: Cache Pods
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./apps/expo/ios/Pods
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('./apps/expo/ios/Podfile.lock') }}
|
||||
path: '**/Pods'
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
Reference in New Issue
Block a user