Skip to content

Commit 9e846b7

Browse files
committed
build: change platform
1 parent 9a83fca commit 9e846b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/IOSFastFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ platform :ios do
119119
)
120120

121121
# Find public key of appetize
122-
uri = URI('https://sdk-demo.primer.io/api/mobile/ios_rn/preview_' + "#{pr_number}_#{github_run_id}_#{github_run_number}")
122+
uri = URI('https://sdk-demo.primer.io/api/mobile/ios/preview_' + "#{pr_number}_#{github_run_id}_#{github_run_number}")
123123
public_key = Net::HTTP.get(uri)
124124
puts "public_key: " + public_key
125125

0 commit comments

Comments
 (0)