Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Fix fastlane typo #636

Merged
merged 1 commit into from
Jul 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ platform :ios do
changelog: default_changelog(simple: true),
app_version: ENV["APP_VERSION_NAME"],
build_number: ENV["APP_VERSION_CODE"],
ipa: "#{output_idr}/CovidShield.ipa"
ipa: "#{output_dir}/CovidShield.ipa"
)

create_github_release(platform: 'iOS')
Expand Down