Skip to content

Commit 6ba4d5a

Browse files
fix: correct project and workspace paths in iOS build action
1 parent 066fb29 commit 6ba4d5a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ jobs:
5656
- name: iOS Build Action
5757
uses: yukiarrr/ios-build-action@v1.12.0
5858
with:
59-
project-path: ./ios/nativetemplate.xcodeproj
59+
project-path: ./ios/nativeTemplate.xcodeproj
6060
p12-base64: ${{ secrets.IOS_DUMMY_P12 }}
6161
mobileprovision-base64: ${{ secrets.IOS_DUMMY_PROVISION }}
6262
code-signing-identity: ${{ secrets.IOS_CODE_SIGNING_IDENTITY }}
6363
team-id: ${{ secrets.IOS_TEAM_ID }}
64-
workspace-path: ./ios/nativetemplate.xcworkspace
64+
workspace-path: ./ios/NativeTemplate.xcworkspace
6565
export-method: development
6666
configuration: Debug
6767
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
68-
scheme: Dev
68+
scheme: Dev
69+
update-targets: |
70+
dev

0 commit comments

Comments
 (0)