Skip to content

Commit

Permalink
Merge pull request #144 from lamarios/fesature/move_metadata_2
Browse files Browse the repository at this point in the history
update fastlane build path
  • Loading branch information
lamarios authored Apr 23, 2023
2 parents 10715fe + 48461ae commit 46149e5
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,7 +35,7 @@ platform :android do
# build will be done in an earlier step of the build process
#gradle(task: "clean assembleRelease")
upload_to_play_store(
aab: "../build/app/outputs/bundle/release/app-release.aab",
aab: "./build/app/outputs/bundle/release/app-release.aab",
skip_upload_changelogs: false
)
end
Expand Down

0 comments on commit 46149e5

Please sign in to comment.