Skip to content

Commit cfbc43f

Browse files
committed
Update gpt-driver-tests.yml
1 parent d513183 commit cfbc43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# We're passing MARKETING_VERSION (versionName) and CURRENT_PROJECT_VERSION (versionCode)
116116
xcodebuild -scheme BranchLinkSimulator -allowProvisioningUpdates \
117117
MARKETING_VERSION=${{ env.VERSION_STRING }} \
118-
CURRENT_PROJECT_VERSION=${{ env.VERSION_CODE_INT } \
118+
CURRENT_PROJECT_VERSION=${{ env.VERSION_CODE_INT }} \
119119
-sdk iphoneos archive -archivePath ./IPA/BranchLinkSimulator.xcarchive
120120
xcodebuild -exportArchive -archivePath ./IPA/BranchLinkSimulator.xcarchive -exportOptionsPlist IPA/Info.plist -exportPath IPA/
121121
working-directory: ./ios-app-repo # Run xcodebuild from the App's checkout directory

0 commit comments

Comments
 (0)