Skip to content

Commit f7eeb6a

Browse files
committed
fix pod install directory
1 parent 8f1ce9e commit f7eeb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios_build_and_commit_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install dependencies (pod install)
3434
run: |
35-
cd ios
35+
cd app/ios
3636
pod install
3737
3838
# Build the Flutter app

0 commit comments

Comments
 (0)