Skip to content

Commit

Permalink
Changes again
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 22, 2024
1 parent 884cbb5 commit b7ab7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform :ios do
team_id: "SKRSQZ43AV",
api_key_path:"APPLE_SECRETS.json",
)
sh "pwd && flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ../Runner/export.plist"
sh "pwd && cd ../.. && flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist"
build_app(
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive",
Expand Down

0 comments on commit b7ab7f5

Please sign in to comment.