Skip to content

Commit 9722599

Browse files
Update ios-build-custom-dev-app.yml
1 parent 8b6523d commit 9722599

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ jobs:
6161
mobileprovision-base64: ${{ secrets.IOS_DUMMY_PROVISION }}
6262
team-id: ${{ secrets.IOS_TEAM_ID }}
6363
workspace-path: ./ios/NativeTemplate.xcworkspace
64-
export-method: development
64+
export-method: debugging
6565
configuration: Debug
6666
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
6767
scheme: Dev
6868
update-targets: |
69-
dev
69+
dev
70+
nativeTemplate

0 commit comments

Comments
 (0)