We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e793a7 commit d47c7e1Copy full SHA for d47c7e1
.github/workflows/ios-build-custom-dev-app.yml
@@ -53,6 +53,6 @@ jobs:
53
team-id: ${{ secrets.IOS_TEAM_ID }}
54
workspace-path: ./ios/nativetemplate.xcworkspace
55
export-method: development
56
- configuration: Debug
+ configuration: Release
57
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
58
- scheme: Dev
+ scheme: dev
0 commit comments