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

Commit

Permalink
Merge pull request #636 from cds-snc/typo
Browse files Browse the repository at this point in the history
Fix fastlane typo
  • Loading branch information
timarney committed Jul 11, 2020
2 parents bc05a5f + f8c057a commit f7512ca
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f7512ca

Please sign in to comment.