We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513183 commit cfbc43fCopy full SHA for cfbc43f
.github/workflows/gpt-driver-tests.yml
@@ -115,7 +115,7 @@ jobs:
115
# We're passing MARKETING_VERSION (versionName) and CURRENT_PROJECT_VERSION (versionCode)
116
xcodebuild -scheme BranchLinkSimulator -allowProvisioningUpdates \
117
MARKETING_VERSION=${{ env.VERSION_STRING }} \
118
- CURRENT_PROJECT_VERSION=${{ env.VERSION_CODE_INT } \
+ CURRENT_PROJECT_VERSION=${{ env.VERSION_CODE_INT }} \
119
-sdk iphoneos archive -archivePath ./IPA/BranchLinkSimulator.xcarchive
120
xcodebuild -exportArchive -archivePath ./IPA/BranchLinkSimulator.xcarchive -exportOptionsPlist IPA/Info.plist -exportPath IPA/
121
working-directory: ./ios-app-repo # Run xcodebuild from the App's checkout directory
0 commit comments