Skip to content

Commit

Permalink
Update Path For CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 27, 2025
1 parent ea9f110 commit bc74c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ipad-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Pods cache
uses: actions/cache@v4
with:
path: ./apps/tablet/ios/App/Pods
path: ./apps/mobile/ios/App/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
Expand All @@ -58,7 +58,7 @@ jobs:
with:
ruby-version: ${{ env.ruby-version }}
bundler-cache: true
working-directory: './apps/tablet'
working-directory: './apps/mobile'

- name: Enable Corepack
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
cmd: install

- name: Install pods dependencies
working-directory: ./apps/tablet/ios/App
working-directory: ./apps/mobile/ios/App
run: bundle exec pod install

- name: Run build js and capacitor
Expand All @@ -96,7 +96,7 @@ jobs:
cmd: build:ipad

- name: Build & upload iOS binary
working-directory: ./apps/tablet
working-directory: ./apps/mobile
run: bundle exec fastlane ios beta
env:
APP_STORE_CONNECT_TEAM_ID: ${{ secrets.APP_STORE_CONNECT_TEAM_ID }}
Expand Down

0 comments on commit bc74c06

Please sign in to comment.