Skip to content

Commit

Permalink
Update supply apk path.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTighe committed Feb 21, 2019
1 parent 30e4ad6 commit 0a03599
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 @@ -35,6 +35,6 @@ platform :android do
desc "Deploy a new version to the Google Play"
lane :deploy do
update_changelogs
supply(apk: "../app/build/outputs/apk/release/app-release.apk")
supply(apk: "app/build/outputs/apk/release/app-release.apk")
end
end

0 comments on commit 0a03599

Please sign in to comment.