Skip to content

Commit

Permalink
fix: correct path in fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 26, 2023
1 parent 688ccfc commit be46723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ puts `pwd`
platform :ios do
desc 'Ship to TestFlight'
lane :beta do
pilot(api_key: api_key, ipa: '../ios/build/Quiet.ipa')
pilot(api_key: api_key, ipa: '../mobile/ios/build/Quiet.ipa')
end
end

0 comments on commit be46723

Please sign in to comment.