mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Explicitly specify solution in beta lane
This commit is contained in:
parent
78b6062100
commit
7bc4b4f981
@ -3,6 +3,9 @@ update_fastlane
|
||||
platform :android do
|
||||
desc 'Deploy to play store'
|
||||
lane :beta do |options|
|
||||
|
||||
options[:solution_path] = 'osu.Android.sln'
|
||||
|
||||
# update csproj version
|
||||
update_version(options)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user