Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Aug 8, 2024
1 parent 5d40826 commit 6279e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "amiapp_flutter"
defaults:
run:
working-directory: apps/${{ matrix.sample-app }}
working-directory: "apps/${{ matrix.sample-app }}"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Setup Android environment for sample app
uses: ./.github/actions/setup-android
working-directory: "Pods"
working-directory: "android"

- name: Build and upload Android app via Fastlane
uses: maierj/[email protected]
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Cache CocoaPods downloaded dependencies for faster builds in the future
uses: actions/cache@v4
with:
path: Pods
path: "Pods"
key: ${{ runner.os }}-${{ matrix.sample-app }}-Pods-${{ github.ref }}
restore-keys: |
${{ runner.os }}-${{ matrix.sample-app }}-Pods
Expand Down

0 comments on commit 6279e0e

Please sign in to comment.