mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:53:25 +00:00
chore: perhaps adjust path
This commit is contained in:
6
.github/workflows/build-mobile-comment.yml
vendored
6
.github/workflows/build-mobile-comment.yml
vendored
@@ -55,13 +55,13 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('./gradle/wrapper/gradle-wrapper.properties') }}
|
||||
|
||||
- name: Cache Gradle Dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('./gradle/wrapper/gradle-wrapper.properties') }}
|
||||
|
||||
- name: Build Android app
|
||||
run: cd apps/expo && pnpm apk
|
||||
@@ -114,7 +114,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./apps/expo/ios/Pods
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/ios/Podfile.lock') }}
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('./apps/expo/ios/Podfile.lock') }}
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
6
.github/workflows/build-mobile.yml
vendored
6
.github/workflows/build-mobile.yml
vendored
@@ -51,13 +51,13 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('./gradle/wrapper/gradle-wrapper.properties') }}
|
||||
|
||||
- name: Cache Gradle Dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('./gradle/wrapper/gradle-wrapper.properties') }}
|
||||
|
||||
- name: Build Android app
|
||||
run: cd apps/expo && pnpm apk
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./apps/expo/ios/Pods
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/ios/Podfile.lock') }}
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('./apps/expo/ios/Podfile.lock') }}
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
6
.github/workflows/release-mobile.yml
vendored
6
.github/workflows/release-mobile.yml
vendored
@@ -75,13 +75,13 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/wrapper
|
||||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('./gradle/wrapper/gradle-wrapper.properties') }}
|
||||
|
||||
- name: Cache Gradle Dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('./gradle/wrapper/gradle-wrapper.properties') }}
|
||||
|
||||
- name: Build Android app
|
||||
run: cd apps/expo && pnpm apk
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./apps/expo/ios/Pods
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/ios/Podfile.lock') }}
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('./apps/expo/ios/Podfile.lock') }}
|
||||
|
||||
- name: Build iOS app
|
||||
run: cd apps/expo && pnpm ipa
|
||||
|
Reference in New Issue
Block a user